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

Best way to mate interrupts with c++ periephal drivers?

Hey!​Lets say I write general Can periephal driver in c++ for stm32f4 series(which I'm actually doing), then interrupt handlers for can1 and can2.​Now the proplem is how do I tell lets say can 1 rx interrupt, that >>this instance of object<< is the ...

JoniS by Senior
  • 1663 Views
  • 6 replies
  • 0 kudos

__set_BASEPRI -- implicit declaration

__set_PRIMASK(1); // No error __set_BASEPRI(3 << 4); // Implicit declarationThis is a snippet of my code from keil uvision5. But, the IDE results in a syntax error; implicit declaration of function ' __set_BASEPRI ' is inval...

0690X00000D8iehQAB.png
ASeyo by Associate II
  • 851 Views
  • 3 replies
  • 0 kudos

Need help !!! I want to make 3 delay functions which works guaranteed delay in nanoSecond, microSecond and milliSeconds using Timer.

What i am currently using to achieve my goal.Few Details :1: STM32F103C8 Blue Pill2: CMISS core Library3:Datasheet, Reference Manual and Programming ManualI have attached two files. Which give you some idea that how I want to make These 3 functions. ...

Resolved! Odd behavior in assembly busy wait cycle

I am preparing the labs for the undergraduate embedded systems course at the university where I work (the University of Milano-Bicocca in Italy). This year we will change the hardware and we will start using the STM32 Nucleo F767ZI boards. I am a tot...

PB1 by Associate III
  • 1297 Views
  • 13 replies
  • 0 kudos