STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to write a parser for UART 'control packets'?

Hi allI've just jumped on the STM32 bandwagon so apologies if this post isn't in the right place. Just let me know and I'll go annoy the right people :)I've done some work with the ATMega AVR range, both via Arduino and native so I'm not a complete n...

TGilc.1 by Associate II
  • 3113 Views
  • 6 replies
  • 0 kudos

EXTI_IRQ performance on external flash

Hello there!I'm working on a custom project, using STM32H750VB with the main app running on an external flash (developed on TrueStudio and HAL 1.7.0). I'm using two EXTI pins to get the data from a RFID reader, using Wiegand 34 protocol. Basically th...

Peaga by Senior
  • 523 Views
  • 3 replies
  • 0 kudos

Resolved! running code from internal sram

hey there.for a while ive been tryin to copy some codes from flash to internal sram and run it.ive read the datasheet, programming manual and cortex manual and they all confirm that it is possible to run code from sram, however when i copy the codes ...

Kkh.1 by Associate II
  • 2156 Views
  • 12 replies
  • 0 kudos

Auto Delay ADC STM32F3

Hello Community,I'm currently programming a framework for the STM32F3 ADC. However I ran into a problem. I want my ADC to run continuously. Moreover I expect "long" delays between reading the channels. I thought, this is no problem, since the ADC has...

schellek by Associate II
  • 1397 Views
  • 8 replies
  • 0 kudos

STM32 - support for ITM/DWT

Hello,I am interested to use the ITM/DWT over SWD to output trace data and observe structural coverage during test. My debug tool says that the microcontroller must support ITM and DWT. I am using STM32L433CC (LQFP48 package). In RM0394 section 46...