git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9784 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-09-24 12:50:15 +00:00
parent 323ed30df5
commit 27d23af284
2 changed files with 3 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void hal_lld_init(void) {
/* The SRAM2 bank can optionally made a non cache-able area for use by
DMA engines.*/
mpuConfigureRegion(MPU_REGION_7,
0x2004C000U,
SRAM2_BASE,
MPU_RASR_ATTR_AP_RW_RW |
MPU_RASR_ATTR_NON_CACHEABLE |
MPU_RASR_SIZE_16K |

View File

@ -73,6 +73,8 @@
*****************************************************************************
*** 16.1.6 ***
- HAL: Fixed wrong SRAM2_BASE in STM32F7xx port (bug #778)
(backported to 16.1.6).
- HAL: Added DAC configs in RT-STM32F051-DISCOVERY\mcuconf.h (bug #777).
- HAL: Fixed DAC driver not compiling on STM32F051 and some bitmasks related
to DAC disabling (bug #776).