Changeset 38 for ctrl/firmware/Main/CubeMX
- Timestamp:
- Dec 2, 2024, 10:39:52 AM (6 weeks ago)
- Location:
- ctrl/firmware/Main/CubeMX
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/CubeMX/Core/Src/main.c
r13 r38 72 72 MPU_Config(); 73 73 74 /* Enable the CPU Cache */ 75 76 /* Enable I-Cache---------------------------------------------------------*/ 77 SCB_EnableICache(); 78 79 /* Enable D-Cache---------------------------------------------------------*/ 80 SCB_EnableDCache(); 81 74 82 /* MCU Configuration--------------------------------------------------------*/ 75 83 -
ctrl/firmware/Main/CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c
r11 r38 323 323 324 324 /** 325 * @brief Initializes and configures the Region and the m 325 * @brief Initializes and configures the Region and the memory to be protected. 326 326 * @param MPU_Init Pointer to a MPU_Region_InitTypeDef structure that contains 327 327 * the initialization and configuration information. -
ctrl/firmware/Main/CubeMX/charger.ioc
r10 r38 3 3 CAD.pinconfig= 4 4 CAD.provider= 5 CORTEX_M7.IPParameters=default_mode_Activation 5 CORTEX_M7.CPU_DCache=Enabled 6 CORTEX_M7.CPU_ICache=Enabled 7 CORTEX_M7.IPParameters=default_mode_Activation,CPU_ICache,CPU_DCache 6 8 CORTEX_M7.default_mode_Activation=1 7 9 File.Version=6
Note: See TracChangeset
for help on using the changeset viewer.