Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 393 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 393 Bytes

STM32_ML

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