摘要:
本例使用W800芯片内置的硬件定时器定时2S,每隔2S控制LED闪烁。在UserMain中配置定时器时间2S, 同时注册定时器回调函数demo_timer_irq。初始化PB0的引脚用于控制LED。 void UserMain(void) { printf("\n user task \n"); u 阅读全文
摘要:
本例实现了内部 flash flash 的读写功能,写之前用户无需调擦除函数,因其内部已集成擦出功能。 调用tls_fls_init()初始化flash。tls_fls_write API函数写入flash内数据。 tls_fls_read API函数读出flash内的数据。 比较读出的数据与写入的 阅读全文