STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Spi read and write on different edge?

Hi,i am using stm32f103 spi read writei have application ic connected to this MCUis it possible to use write on rising egde and read on falling edge for spi communication?currently i am doing both on rising edgeso, write now my write is ok but while ...

ADIt by Associate II
  • 807 Views
  • 1 replies
  • 0 kudos

Strang debugging observation

Hello AllI am new to this community and, for that matter, to the whole area of embedding programming. So please forgive if my question is trivial.I have created a simple project for F303RE using CubeMx, turning the LED on/off using the blue button, a...

Amir1 by Associate II
  • 1211 Views
  • 9 replies
  • 0 kudos

NRST pin driven by flash programming algorithms

It looks like I made a fatal mistake by connecting the NRST pin to the PA0 pin on an STM32F778AIY. This is a part with no internal voltage regulator for the core so the PA0 pin acts like a power on reset. This hasn't caused problems with power cyc...

MVore by Associate II
  • 523 Views
  • 0 replies
  • 0 kudos

Extend SysTick to 32 bit / Interrupt-safe DCACHE handling

In my software, I usually extend the 24bit SysTick handler to 32bit with the tricks shown in the code segment below. Using such a do-while construct as shown in "GetSysTickCompleteVal" I usually prefer for the fast access to volatile interrupt data, ...

flyer31 by Senior
  • 2429 Views
  • 6 replies
  • 0 kudos