STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

compare two char arrays

Hi thereI am trying to compare two char arrays. one is char CODENUMBER[36]="06A9062F0020063406450627063106470200";and the other one is a 250 element array called char Rcv[250]in my code, I receive messages and I fill Rcv[]'s elements with those messa...

Ala by Senior
  • 2871 Views
  • 6 replies
  • 0 kudos

Resolved! How to power on a STM32H750VBTx bare chip?

Greetings,I made myself a 100-pin LQFP breakout board and soldered a STM32H750VBT6 to it. I connected all the Vss and all the Vdd. When I try to hook up SWDIO, SWCLK, 3.3V and GND from my ST-Link nothing works. The ST-Link doesn't recognize the micro...

0693W000003QiTlQAK.jpg 0693W000003QiUiQAK.jpg 0693W000003QiEqQAK.jpg
MWeid.2 by Associate II
  • 1602 Views
  • 7 replies
  • 0 kudos

Resolved! SRAM2 parity checking.

I am using an STM32L452CE. I copy an executable (.bin) from Flash to SRAM2. I zero out the remaining SRAM2. I then 'jump' to the executable now in SRAM2. When I have the parity error checking off (FLASH_OPTR_SRAM2_PE = 1) it works fine. When I turn i...

GFalz.1 by Associate
  • 674 Views
  • 3 replies
  • 0 kudos

Resolved! Where can I find a list of register names for ST32?

I recently changed the chip i'm using for a project. I'm trying to port code between an STM32F031K6 and an STM32L412K8 but some of the registers seems to be called different things. In particular any reference toADC1->CHSELR doesn't work. Where can I...

deep_rune by Associate III
  • 1100 Views
  • 4 replies
  • 0 kudos

Using I2S on IT with STM32F407, I observe that the SPI_I2S IT asserting rate is not the audio sampling rate.

The IT asserting rate seems to be totally de-correlated with the rate of reception of a sample from the microphone.Has somebody already used a microphone MEMS I2S ICS-43434 by InvenSense-TDK ?I don't succeed to connect a stereo pair of this microphon...