STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Saving Preset Data to STM32F373

I have an app running on an STM32F373 and need to save 'presets' as persistent non-volatile data.  Each preset is 500bytes and I would like to save at least 100 presets.What is the simplest method?  Should I use a removable SD card type solution, or ...

LMorr.3 by Senior II
  • 668 Views
  • 1 replies
  • 1 kudos

How to configure the SAI with a CODEC

Hello, I would like to know if there are people who have already configured the SAI with a CODEC to recover the data ? With this link below: https://wiki.st.com/stm32mpu/wiki/SAI_device_tree_configuration I can see this figure but I don't quite under...

DYann1_0-1700559816623.png
DYann.1 by Senior II
  • 5262 Views
  • 8 replies
  • 0 kudos

How does HAL_FLASHEx_Erase_IT work?

Hi guys!I'm here again needing yor help regarding the Flash memory function HAL_FLASHEx_Erase_IT. I was erasing the Flash memory using the HAL_FLASHEx_Erase function, but as i need to avoid any function that could block my program, I changed to the i...

OBorr.1 by Associate II
  • 1463 Views
  • 3 replies
  • 0 kudos

stm32f767zgt6 usart1 and spi4 not working

I have issues getting usart1 and spi4 to work..USART1 "supposedly" work (software side do not complain) but USART1_TX pin is dead, there is nothing exiting this pin, scope shows it is dead. Same on multiple stm32f767zgt6 chips so it is not a dead chi...

arhi by Associate III
  • 1262 Views
  • 9 replies
  • 0 kudos

Resolved! Failed attempt on using 2 Timers to Toggle GPIO.

Hello , I have initialized two timers , Timer3 and Timer9. Im using Timer9 with 137uS period , setting my gpio pin high , starting Tim3 Interrupt with 54uS period for now .When Tim3 Interrupt occurs I simply reset my gpio pin.My problem is that I sho...

PWM Actual.jpeg PWM_Orginal.png
Oahme.1 by Associate III
  • 2782 Views
  • 14 replies
  • 5 kudos