STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F207 RAM Execution

Hello,I'm developing on an STM32F207 and I would like to know what the procedure to execute code from RAM is?I need to modify a couple of sectors of the internal Flash but the F207 does not have banked memory so I would need to execute the flash eras...

Anvi by Associate III
  • 671 Views
  • 3 replies
  • 0 kudos

LSI Clock compensation issue, technical datas ?

Hello,I'm working on a low cost design which use LSI Clock. I need to compensate RC osc. deviation as best as possible.I didn't find technical datas about this. Is there any documents with precise datas on deviations according Temp. for examples and ...

F-MA-1 by Associate II
  • 1433 Views
  • 8 replies
  • 0 kudos

STM32L412 interrupt latency and jitter

I am running STM32L412 on 48MHz MSI, Timer 2 is configured in One-Pulse mode to output a 2ms Pulse. This is done by setting Timer 2 in PWM mode and with a prescaler of 47, ARR = 1999 and CCR = 1, Polarity=LOWAn interrupt is generated on update Event,...

0693W000005AHCxQAO.png
b.a. by Associate III
  • 1108 Views
  • 9 replies
  • 0 kudos

LPUART1 Issue

Hi,I am learning how to use LPUART1 on the Nucleo-64 (STM32L433RCT6P) to generate messages on the COM4 port of my Windows 10 laptop. A "Hello World\r\n" message should be printed every time the blue User Button on the board gets pressed. Here are the...

0693W000005AGrpQAG.png 0693W000005AGruQAG.png 0693W000005AGs4QAG.png
RrW1 by Associate III
  • 1921 Views
  • 12 replies
  • 0 kudos

Resolved! I want to know if I have this right for the STM32 with the HAL library. I have this working on an Atmega. And Arduino has also a lot more examples to find then STM. So due lack of examples I have wrote this.

1) Set output high2) When input is low wait till it is high3) When input is high read 6 characters4) When having read 6 characters then output low and return (or leave while loop)void Get_Instruction(){   HAL_GPIO_WritePin(GPIOA, GPIO_PIN_12, GPI...

Programming Flash without HAL

Hello, I am trying to make my own bootloader for STM32H743AIIx. Unluckly, I can't erase or program flash memory by my code. I unlock both of banks and see LOCK in FLASH_CR goes down. I put PG to up and write data until EOP flag is set. Despite the fa...