• Z
    [stm32f1] 对于RTC-Alarm进行添加STM32F1宏控制 (#6765) · f4323f20
    Zxy 提交于
    并确认并列出已经在什么情况或板卡上进行了测试。
    And confirm in which case or board has been tested. -->
    STM32F103ZET6
    
    为什么提交这份PR (why to submit this PR)
    使用STM32F103ZET6的RTC的Alarm功能出现问题,按照原本的驱动代码编译会报错。
    
    你的解决方案是什么 (what is your solution)
    修改底层驱动drv_rtc.c文件,将报错的几个结构体给注释掉即可。
    
    在什么测试环境下测试通过 (what is the test environment)
    rtstudio下对STM32F103ZET6进行测试并且成功运行Alarm功能
    f4323f20
drv_rtc.c 12.0 KB