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

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
  • 1838 Views
  • 6 replies
  • 0 kudos

RM Error: I2C Master "Restart Read" Flowchart wrong

Thank you for new I2C interface, this really is supergreat compared to the cumbersome STM32F4 solution. My new STM32H7 I2C code is only about 20-30% of the STM32F4 version - I use a state machine and needed > 10 partly extremely cumbersome states in ...

flyer31 by Senior
  • 614 Views
  • 0 replies
  • 0 kudos

Resolved! Breakpoints change behavior when accessing external memory !

Hello,I have a very weird behavior...When trying to access external synchronous PSRAM.I see the clock and cs change only if I stop and starts stepping inside the while(1) loop below. When doing "go", there is no clock nor CS changes.I tried to add de...

ranran by Senior II
  • 586 Views
  • 2 replies
  • 0 kudos

Enable VCP on STM32F072 Discovery kit?

Hi community,I'm using the STM32F072 Discovery kit (https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f072bdiscovery.html).The ST-LINK/V2 embedded de...