STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART vs USB

I have a question regarding the logic of the USB cdc transfer. But beforehand let me show you approach up to nowThis is in a rough version my program, It will be used for feedback control. So a fixed frequency of the main loop is mandatory (as I use ...

0693W00000NppTDQAZ.png
PhKloth1 by Associate II
  • 1182 Views
  • 2 replies
  • 0 kudos

Dividing hardware timer in software

I have a hardware timer using its updateEvent interrupt to increment a ms_passed variable every 1 ms. I have a freeRTOS task reading ms_passed ( via TaskNotification ) in a while(1) loop to toggle a pin at a given time interval/tempo based on a vari...

LMorr.3 by Senior II
  • 745 Views
  • 6 replies
  • 0 kudos

Local voice recognition

Hi,On the ST site local voice recognition with models from sensory is beinig advertised.I would like to prototype adding voice recognition with our product. I've created models at sensory and have an audiostream from a mems microphone on the STM32H7....