STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Difference between Intel hex and Stm32 Flash.

Hi everybody.I ran into a problem with my project.As you can see in the picture, after uploading the program to uP, the content of Flash is different from the uploaded Intel hex file.Can someone explain to me why?Where did the data F8 B5 00 BF F8 BC ...

obr.jpg
Palikem by Associate II
  • 1118 Views
  • 5 replies
  • 5 kudos

stm32 does not working in Eth IAP bootloader mode

Hi everyonei have connected ethernet to stm32f4vet6 mcu. i am using LWIP and tcp_echoserver provided by stm and tftp server also provided by stm.Now i am facing with an issue , i have two programs , first of them is LWIP_TFTP_BOOT, which has start fl...

hzTurqay by Associate II
  • 523 Views
  • 3 replies
  • 0 kudos

STM32G474 release fifo

Hi all,I used long time STM32F103 and there was the possibilty to release the CAN Fifo by writing CAN_RF0R, resp. CAN_RF1R register. For G474 I didn't find this possibilty. Has someone any idea how to release the receive buffer or is the only option ...

CDril by Associate
  • 251 Views
  • 0 replies
  • 0 kudos

stm32u585 UART receive not working, transmit working

HiI have been using stm32u585QII3 MCU in our custom board. I am using USART1(PB6, PG10) to transmit and receive data. In interrupt mode transmit call back is working but receive call back was not working. Initially i have set a break point, the inter...

IP UART TRANSMIT.png IP UART RECEIVE.png
_Danny_ by Associate III
  • 993 Views
  • 5 replies
  • 2 kudos

Validating received UART message

Sorry if this is a rookie question. I have set up USART 2 to receive a UART command. If the sent command is "<EN>", I need to toggle the value of a global state variable. When transmitting the received data via the callback interrupt, I have no issue...