STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F767 IVT - relocation at run-time ?

Hello All,I am working on a system and my firmware consists of a boot-loader (Second-Stage Boot Loader) and application. Boot-loader is occupying sector 0-3 and Application lies in sector 4 to sector 11 of micro-controller flash (STM32F767).Problem s...

SGAUR.1 by Associate III
  • 1183 Views
  • 5 replies
  • 0 kudos

Resolved! How to set "Don't fragment" flag LWIP short TCP paquets

Hello,I am sending very short TCP paquets (600 bytes maximum) in a PC <=> MCU transfer scenario. I wish the software running on the PC to answer using an empty (len=0) TCP flag ACK packet as soon as it gets every TCP packet.Using an STM32F207ZG and L...

JMarq.1 by Associate III
  • 5331 Views
  • 17 replies
  • 6 kudos

Resolved! OSPI Default Pin Level of DIO0-3 in QSPI mode

Dear Community,for my application I'm using a STM32H723VGTx to control a sensor via the OSPI interface which is operating in QSPI mode (STM32 master, sensor slave). After I had a look on the bus interface with a Logic Analyzer I'm wondering, if there...

Jurni_JasteD_0-1689170207095.png

Writing to a memory location

Hi all, I want to modify the MODER register of GPIOA using memory addresses. I have the following code but it doesnt work. I think its the derefence of the variables where my problem is. I'm using the STM32L053R8 with the nucleo-l053 board #include <...

Resolved! Custom bootloader running HEX file

I am attempting to make a custom bootloader for the STM32L431 series uC.using the st videos on the subject (https://www.youtube.com/watch?v=OkUQ3iMmiYQ&list=PLnMKNibPkDnEb1sphpdFJ3bR9dNy7S6mO&ab_channel=STMicroelectronics),  I managed to load the hex...

STM32H7 USB Host

Hi,What is the meaning of the FRMOR flag for an INT OUT transfert as a FS Host? How and why can that be raised? HPTXFSIZ seems to have enough space (PTXSA 0x0203, PTXFD 0x0102) in a FIFO that is mentioned to be 4kBytes in the datasheet. The frame I t...

jh9 by Associate
  • 689 Views
  • 2 replies
  • 0 kudos

Resolved! Nucleo-F091RC CAN Bus not communicating

I am using the Nucleo-F091RC board to communicate with a Motor that allows me to change it's speed with CAN.  I have the nucleo board attached to an Adafruit CAN Pal board which has a TJA1051T/3 from NXP as the CAN transceiver but I have yet to actua...

Watchdog timer issue

Hello FolksI have enabled the watchdog timer for 1.5 second. Here is screenshot of watchdog timer configuration for our ready reference.*** @brief IWDG Initialization Function* @param None* @retval None*/static void MX_IWDG_Init(void){ /* USER CODE B...