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

Structure in bit band region

Hi, I have this very simple code that sets generic flags to the desired value:struct GenFlgStr{ uint8_t F1 : 1; uint8_t F2 : 1; uint8_t f3 : 1;};struct GenFlgStr GenFlg;main{ GenFlg.F1=1; GenFlg.F2=0;}----------------------------------------...

Resolved! DALI Interface for STM32G MCU

Hi,I am planning to implement DALI on STM32G MCU, I have looked at the documentation but all the example projects are with STM32L1 or STM32F1 and the library provided by STM is based on IAR workbench. My questions are Can I implement DALI Slave on ST...

KPras.1 by Associate
  • 646 Views
  • 1 replies
  • 0 kudos

STM32F4 SDRAM & NOR FLASH READ WRITE PROBLEM

I am troubling to write and read data from external SDRAM & NOR Flash in our custom made hardware which has STM32F429 controller.Thread is disconnecting while debugging & writing & reading operation not succeed.Can you please explain the all steps in...

SGupt.5 by Associate II
  • 188 Views
  • 0 replies
  • 0 kudos

Mac OS X Catalina cannot find STM32 via USB port

Hello,I connected my STM32 board and it's blinking.However, I get "Found 0 stlink programmers" when I run st-info --probeI am running Catalina 10.15.2.Would anyone know how to resolve this? I looked for info/drivers but did not find anything.st-info ...

IHass.1 by Associate
  • 997 Views
  • 5 replies
  • 1 kudos