You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhaohe aa6e893502 recode 1 year ago
.settings update 1 year ago
.vscode@58b654f959 init 1 year ago
Core init project 1 year ago
Drivers init project 1 year ago
Middlewares/Third_Party/FreeRTOS/Source first commit 2 years ago
a8000_protocol@c01b493826 recode 1 year ago
sdk@f6c8c1ccf0 recode 1 year ago
usrc update 1 year ago
.clang-format update 2 years ago
.cproject update 1 year ago
.gitignore update 2 years ago
.gitmodules update 1 year ago
.mxproject init project 1 year ago
.project init 1 year ago
README.md update 1 year ago
STM32F407VETX_FLASH.ld update 1 year ago
STM32F407VETX_RAM.ld first commit 2 years ago
a8000_subboard.cfg init 1 year ago
a8000_subboard.ioc init project 1 year ago
a8000_subboard.launch update 1 year ago

README.md




->main
    最小硬件初始化
        ->时钟
            对外暴露的时钟
        ->看门狗
        ->UART

    最小软件初始化
        FLASH配置

    启动软件
        检查ID
            ID == 0,灯光调试指示灯快闪
        
            ID == 1,
                初始化相应的硬件




关键文件:



ID地址:
0x080E0000

# 公板IO资源分配
    PA12 CAN1_TX
    PA11 CAN1_RX
    PA10 USART1_RX
    PA9  USART1_TX

    PC9  RCC_MCO_2  --> 16MHZ
    PA14 SYS_JTCK_SWCLK
    PA13 SYS_JTCK_SWDIO

    PE2  调试指示灯