当前位置:网站首页>Jerry's adding timer interrupt [chapter]

Jerry's adding timer interrupt [chapter]

2022-06-23 18:38:00 Rambo-Lamborghini

Note that the interrupt function is placed in the RAM Inside , The customer should not add too many codes, otherwise RAM Not enough . attribute((weak)) AT(.tick_timer_code) void user_timer2_ram_loop(void) { // putchar(‘1’); }

原网站

版权声明
本文为[Rambo-Lamborghini]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206231748162003.html