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

Application compiler error in STM32Cube_FW_F4

Hi there,I am using cubeMx to config the LwIP project which is based on STM32F429BI;I connect the MCU to the route and ping the MCU by PC successfully in DHCP or static IP mode.I can normally get the MCU IPv4 address in static IP mode but fail in DHC...

Junde by Senior III
  • 450 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H563ZIT6 I3C master read buffer question

          Hello! I dont know where to find received data after HAL_I3C_Ctrl_Receive_IT progress.          I set I3C of my H563 as master and sent ENTDAA and master read , the slave answered both command. The interrupt of slave reflects that master re...

Xonier by Associate III
  • 1632 Views
  • 5 replies
  • 1 kudos

Resolved! stm32f722 SWD MEM-AP ports

I'm trying to see what's possible in terms of a bootloader in a custom application of an stm32f722. We have an external 2-megabyte flash chip on the QSPI bus, along with the internal 512-kilobyte flash.  I'd like to make the bootloader stored on inte...

bkadzban by Associate
  • 1765 Views
  • 2 replies
  • 0 kudos

UART transmitter issue in NUCLEO-F746ZG board

i am facing issue with uart transmission the data to the realterm software i didnot recieving the data to console i am attaching the code here #include "stm32f746xx.h" #include<stdint.h> #include "uart.h" int main(void) { uart4_tx_init(); RCC->AH...

Problem with external interrupt in PIN B2 stm32h753

Hello,I am working on a project with STM32H753XI mcu and with external interrupts. The problem is that I cannot take an interrupt to PIN PB2. Specifically:1.The Pin is configured as Rising Edge Interrupt (Also tested as falling edge and rising fallin...

SEfte.1 by Associate II
  • 960 Views
  • 1 replies
  • 0 kudos