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

Resolved! Clocks Initialization wrong (SOLVED).

Hi all!,I'm, triyng to program using CMSIS in order to learn how registers works.If I use the SystemClock_Config() generated by STM32CubeIDE all works properly, but if I use my own rutine, the TFT wired to SPI3 dont show the fonts properly (I think i...

JAlca by Senior
  • 666 Views
  • 4 replies
  • 0 kudos

Resolved! What is the digital pins's frequency of Nucleo-f303K8?

I tried to find the frequency that the digital ports of Nucleo-F303k8 can accept data (example: the arduino works with 10kHz on these pins), but i couldn't find anywhere. Someone can help me? I need to use some sensors and I need this information to ...

Rinoue by Associate II
  • 1224 Views
  • 7 replies
  • 0 kudos

STM32H743XI Multi SPI Circular DMA with GPIO manipulation

Hi, I want to achieve the title's behaviour to communicate with multiple SPI sensors in the 5 SPI buses at the highest possible throughput and minimal CPU load. I first tried the following with 1 bus.void cpltCB(void); uint8_t RXBUFF[8];   void main(...

CMA by Associate II
  • 967 Views
  • 9 replies
  • 0 kudos

About using uart in interrupt mode

HiWhen I configure uart in interrupt mode, can I use it in polling mode in the future? (For any reason)my other question, when is the HAL_UART_RxCpltCallback function called, is it when all data is received ? or when byte by byte is received?Thank yo...

xmart by Associate II
  • 559 Views
  • 2 replies
  • 0 kudos