STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429 and pcm1808 some I2s question

Hello. Please help me.I want to use pcm1808 ADC in 24bit mode. pcm1808 have a two channels, left and right. I'm generate some code in CubeMX and send recv data to pcm5102 DAC. The sound is transmitted to both channels. But I need to take only the lef...

Igor1 by Associate
  • 1038 Views
  • 2 replies
  • 0 kudos

SD lossless data storing from GPIO.

Hello,I am thinking to use an STM32H7 to write external data incoming from 16 GPIOs to an SD using the internal SD 4.1 Host controller. The data clock rate is 12 MHz.The STM32H742xI/G STM32H743xI/G DS (https://www.st.com/resource/en/datasheet/stm32h7...

simo zz by Senior
  • 504 Views
  • 5 replies
  • 0 kudos

STM32072B-EVAL Display

Hi, Just purchased a STM32072B-EVAL board and loaded an example project on it. I cleared it from memory using ST visual programmer and now the LCD display is blank (i use to see the GUI). Did i accidentally erase the GUI? If so can I download it back...

STM32F100 RTC Wake From Standby is always 1 Second Late

Hello,I use STM32F100RBT. I want to enter STANDBY mode and exit every second.It works well, except for one issue: it always wakes up 1 second later.I run the following code, where I get the current time, print it and set an alarm for the next second ...

ISeed by Senior
  • 813 Views
  • 1 replies
  • 0 kudos

Privilege for Interrupts

Hi, I want to deactivate all interrupts during a short period. I'm using __disable_irq();however, it says, that this can only be used in privilege mode. If I use this function my board crashes. I want to look up the privilege level, but the RM at pag...