STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

SPI receive

SPI receive funtion not working correctly. Only one time is working, where is my mistake ?thanks void SPITransReceive(SPI_TypeDef* SPIx,uint8_t data,uint8_t *pbuff,uint8_t dataSize){ while(dataSize > 0){  while((SPIx->SR & SPI_I2S_FLAG_TXE) == R...

hdemi.1 by Associate III
  • 565 Views
  • 6 replies
  • 0 kudos

How to generate 24 SCLK in SPI?

Hello,I am working with ADS7046 i need to generate 24 cloacks for calibarration and for data I need the 15 SCLK .Its SPI COnfigurable. So how I can genertare the 24 SCLK and 15 SCLk

MDeva.1 by Associate II
  • 1422 Views
  • 10 replies
  • 0 kudos

STM32L4 crystal configuration times out?

I have a few boards using an STM32L4 part.Some of the boards are working as expected, but others are not. The ones that don't work reach a timeout in the SystemClock_Config() function call. Specifically, they time out in the while loop at line 558 of...

SKarl.19 by Associate II
  • 668 Views
  • 3 replies
  • 0 kudos

Just Start with PlatformIO & Nucleo F446RE

target halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0x080078ec msp: 0x20020000** Programming Started **** Programming Finished **** Verify Started **** Verified OK **** Resetting Target **shutdown command invoked============...

Swets by Associate II
  • 1011 Views
  • 6 replies
  • 0 kudos

Resolved! Can't enable any register in debug mode stm32cubeide

Hello everyoneI have a little problem with stm32cubdeide, when im trying to work in debug mode with the mcu stm32f469nih6 i can't modiffy or add any bit to enable the register RCC->AHB1NER->GPIODEN.I just want to set clock to activate other peripheri...

0693W00000Y6wDLQAZ.jpg
JBece.1 by Associate
  • 737 Views
  • 3 replies
  • 0 kudos