This directory is about my personal project on STM32 hardware.
- STM32_SINE_WAVE -> Sinusoidal wave generation ML code running on STM32F446RE (512 Kbytes Flash Memory, 128 Kbytes of SRAM, NO OS).
- STM32_MNIST -> MNIST hand written number detectio using ML running on STM32F446RE (512 Kbytes Flash Memory, 128 Kbytes of SRAM, NO OS).
- STM32_TaskNotifynWait -> RTOS Example