STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Racing adventure in OS

Hi,Master:Question 1:As shown in the figure below, why does the api read this variable with critical protection?Question 2:Suppose two tasks have write operations to shared variables. For example:int var; void task1(void) { OS_ENTER_CRITICAL(); ...

0693W00000GXyJiQAL.png
Lyu.1 by Associate III
  • 928 Views
  • 4 replies
  • 0 kudos

Resolved! Does the Murata Modem TYPE1SE have an STM32L462RE inside?

I believe it has an STM32L462RE inside as it says in the datasheet, however I was a little confused when I read the underlined sentence in the picture bellow. In the datasheet it says there is a M4 inside, however this sentence refers a M0. I just wa...

0693W00000GYAzBQAX.jpg
SPere.2 by Associate III
  • 538 Views
  • 1 replies
  • 0 kudos

SPI Slave NSS Interrupt

We are using STM32H743 to implement SPI Slave. We would like to use NSS pin to hardware synchronize the beginning and end of our data packet, which is about 100 bytes long. The reason for that - the SPI wires are long and noisy and we would like to p...