fbucafusco / ttim_example_stm32_iot1a

This example uses [***ttim***](https://gitlab.com/fbucafusco/ttim) library to implement a simple app that sends different texts on the uart at different rates. You can compile and run the exampe using the STM32CubeIDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tickless Timer (ttim) - Example on STM32

This example uses ttim library to implement a simple app that sends different texts on the uart at different retes. You can compile and run the exampe using the STM32CubeIDE

ttim provides the hability to implement asynchronous timers without the need to tick the system periodically. More info on https://gitlab.com/fbucafusco/ttim

About

This example uses [***ttim***](https://gitlab.com/fbucafusco/ttim) library to implement a simple app that sends different texts on the uart at different rates. You can compile and run the exampe using the STM32CubeIDE


Languages

Language:C 99.8%Language:Assembly 0.2%