Changeset 65 for ctrl/firmware/Main/CubeMX/charger.ioc
- Timestamp:
- Jan 21, 2025, 11:26:15 AM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/CubeMX/charger.ioc
r64 r65 3 3 CAD.pinconfig= 4 4 CAD.provider= 5 CORTEX_M7.AccessPermission_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_REGION_FULL_ACCESS 6 CORTEX_M7.BaseAddress_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=0x30000000 5 7 CORTEX_M7.CPU_DCache=Enabled 6 8 CORTEX_M7.CPU_ICache=Enabled 7 CORTEX_M7.IPParameters=default_mode_Activation,CPU_ICache,CPU_DCache 9 CORTEX_M7.DisableExec_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_INSTRUCTION_ACCESS_DISABLE 10 CORTEX_M7.Enable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_REGION_ENABLE 11 CORTEX_M7.IPParameters=default_mode_Activation,CPU_ICache,CPU_DCache,Enable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S,BaseAddress_S-Cortex_Memory_Protection_Unit_Region1_Settings_S,Size_S-Cortex_Memory_Protection_Unit_Region1_Settings_S,AccessPermission_S-Cortex_Memory_Protection_Unit_Region1_Settings_S,DisableExec_S-Cortex_Memory_Protection_Unit_Region1_Settings_S,IsShareable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S 12 CORTEX_M7.IsShareable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_ACCESS_SHAREABLE 13 CORTEX_M7.Size_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_REGION_SIZE_1KB 8 14 CORTEX_M7.default_mode_Activation=1 9 15 Dma.Request0=SPI4_TX … … 35 41 Dma.USART3_RX.1.MemDataAlignment=DMA_MDATAALIGN_BYTE 36 42 Dma.USART3_RX.1.MemInc=DMA_MINC_ENABLE 37 Dma.USART3_RX.1.Mode=DMA_ CIRCULAR43 Dma.USART3_RX.1.Mode=DMA_NORMAL 38 44 Dma.USART3_RX.1.PeriphDataAlignment=DMA_PDATAALIGN_BYTE 39 45 Dma.USART3_RX.1.PeriphInc=DMA_PINC_DISABLE
Note: See TracChangeset
for help on using the changeset viewer.