Ignore:
Timestamp:
Jan 21, 2025, 11:26:15 AM (3 days ago)
Author:
Zed
Message:

GSM, USB, BLE and GPS are working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/CubeMX/charger.ioc

    r64 r65  
    33CAD.pinconfig=
    44CAD.provider=
     5CORTEX_M7.AccessPermission_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_REGION_FULL_ACCESS
     6CORTEX_M7.BaseAddress_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=0x30000000
    57CORTEX_M7.CPU_DCache=Enabled
    68CORTEX_M7.CPU_ICache=Enabled
    7 CORTEX_M7.IPParameters=default_mode_Activation,CPU_ICache,CPU_DCache
     9CORTEX_M7.DisableExec_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_INSTRUCTION_ACCESS_DISABLE
     10CORTEX_M7.Enable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_REGION_ENABLE
     11CORTEX_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
     12CORTEX_M7.IsShareable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_ACCESS_SHAREABLE
     13CORTEX_M7.Size_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_REGION_SIZE_1KB
    814CORTEX_M7.default_mode_Activation=1
    915Dma.Request0=SPI4_TX
     
    3541Dma.USART3_RX.1.MemDataAlignment=DMA_MDATAALIGN_BYTE
    3642Dma.USART3_RX.1.MemInc=DMA_MINC_ENABLE
    37 Dma.USART3_RX.1.Mode=DMA_CIRCULAR
     43Dma.USART3_RX.1.Mode=DMA_NORMAL
    3844Dma.USART3_RX.1.PeriphDataAlignment=DMA_PDATAALIGN_BYTE
    3945Dma.USART3_RX.1.PeriphInc=DMA_PINC_DISABLE
Note: See TracChangeset for help on using the changeset viewer.