-
RT-Thread中AT32F403A使用RTC
RT-ThreadStudio中开启RTC,根据官方说明(基于STM32),只要三步:搜索复制/**ifyouwanttousertc(hardware)youcanusethefollowinginstructions.**STEP1,openrtcdriverframework(hardware)supportintheRT-ThreadSettingsfile**STEP2,definemacrorelatedtothertc*suchasBSP_USING_ONCHIP_RTC**STEP3,modifyyourstm32xxxx_hal_config.hfiletosupportrtcperipherals.definemacrorelatedtotheperipherals*suchas#defineHAL_RTC_MODULE_ENABLED但是第三步,需要在hal_config.h文件中修改,而AT32用的是STD库,没有这个文件,需要在哪里进行修改?
2021-01-20 3