STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem getting started with STM32H747I-DISCO

I recently bought a brand new STM32H747I-DISCO board from mouser. Read up user manual and tried to use it for the first time. When I connect it to PC with USB cable, LD10 lights up red. Then LD8 lights up green and LD10 starts blinking red. STM32Cube...

rakib2023 by Associate III
  • 1930 Views
  • 8 replies
  • 0 kudos

STM32H7B0 starting MDMA fails to unexpected IRQ (WWDG)

Dear,We use the STM32H7B0 100 pins version.The MPU, ICACHE, DCACHE are disabledWe will use a MDMA to copy some data from one to another place.Therefore we had try an example to understand the configuration.We had use a part of example:   https://gith...

OGhis by Senior
  • 479 Views
  • 3 replies
  • 0 kudos

Linker Configuration IAR Setting

Hello,Getting above error if trying to debug and download code in IAR. is there any specific setting required for loader or linker configuration.Controller : STM32H745XI External flash : MTQL512ABB Please find linker details below:  /*###ICF### Secti...

Gajanan_0-1724736990964.png
Gajanan by Associate II
  • 691 Views
  • 2 replies
  • 1 kudos

Resolved! Variables are showing nothing in Live expression window

Hi Guys,   This is my simple ADC program and i was expecting to see some data output on Live expression window. Instead it is showing "Failed to evaluate" //initialization: /* USER CODE BEGIN 1 */ uint16_t raw; char msg[10]; /* USER CODE END 1 */ ...

mahmanish by Associate II
  • 1236 Views
  • 5 replies
  • 4 kudos

Resolved! STM32 Nucleo H7A3ZI board UART Issue

Hi Community, I am facing very basic issue. My UART in H7A3ZI Nucleo 144 board is not displaying correctly on terminal.  My UART Setting:  huart3.Instance = USART3; huart3.Init.BaudRate = 115200; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart...

mahmanish by Associate II
  • 2127 Views
  • 5 replies
  • 2 kudos

ST ROM Bootloader FDCAN CANBUS

The configuration:STLINK-V3SETConnected the two PCBs together via the three connectors (page 11).Attached jumper JP7 CAN_ON on MB1440 PCB (page 18).(STLINK-V3SET pages 17 & 23) & (NUCLEO-H723ZG page 37) & (Bootloader AN page 199) & (STM32H723 Manual ...

KoS by Associate
  • 6827 Views
  • 19 replies
  • 3 kudos

Watchdog timer selection for Project

Hi,I am using STM32G491RE for my product. I want to implement watchdog timer functionality. In the data sheet we have IWDT and WWDT. Which one is best for real time products and I am using HSE for clock. I am planning to use watch dog timer reset tim...

Resolved! H563 will have Hardfault when enable SRAM3 ECC

I am using the Nucleo board (H563) to test the SRAM ECCI have create a new project by board selector.Just have several printf function at main to print out to the SWO.It is working well without setting the SRAM ECC enable.However, once set the SRAM3 ...

JFung.1 by Associate II
  • 2148 Views
  • 7 replies
  • 1 kudos