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

chip enters NMI handler with debugger attached

I am having issues debugging a STM32H7 series chip (STM32H755).When I connect using multiarch-gdb and run `mon swdp_scan` it crashes both cores. I am using a BMP debugger. I end up in the NMI handler. I can see via the external LEDs in the code that ...

msilv.11 by Associate
  • 1403 Views
  • 3 replies
  • 0 kudos

STM32U5 FDCAN in normal mode seems not to receive the Frames

I am trying to evaluate the FDCAN function on a STM32U5 and somehow I don't manage to make it work .I can receive a frame when I am in (external) loop back mode and if the FDCAN transmits the frame but I cannot receive a frame in normal mode from an ...

VVasi.5 by Associate
  • 1259 Views
  • 1 replies
  • 0 kudos

Problems using ADC (with DMA) in stm32H7 boards

Hi,I'm trying to perform analog-to-digital conversion using the DMA function on dual-core STM32H7 board series. Basically, I can not make it work. I have tried with other STM32 boards (like STM32L476RG for instance) successfully but it seems that the...

LColq.1 by Associate
  • 727 Views
  • 1 replies
  • 0 kudos

STM32H7B3i-EVAL Determining NOR Flash timing

Hello,I have 2 EVAL board, one STM32H743i-EVAL2 and one STM32H7B3i-EVAL.Both have the same NOR Flash chipset MT28EW128.I'm using the function HAL_NOR_ReadBuffer to read data from the NOR.but, "sometimes", the data I read are corrupt.I made my project...

CedricB by Associate II
  • 1171 Views
  • 3 replies
  • 0 kudos

Resolved! Creating memory sections

Hello everyone once again, i am trying to split the main flash memory (just by using the .ld file) to put in each one a specific code (bootloader, DFU, app), i did what you can see in the image below, but i am not sure why the DFU and FLASH sections ...

0693W00000QLjNzQAL.jpg 0693W00000QLjOiQAL.jpg
RComa.1 by Associate II
  • 1272 Views
  • 2 replies
  • 0 kudos

Resolved! I want to change source formatting of if statements from the top example to the bottom example shown. I want the brackets to align with the if, i.e. same column..

if (SW1Pressed_F && (!SW1ActionTaken_F)) {   DesiredSpeed = 10;    DesiredDirection = LEFT;   } if (SW1Pressed_F && (!SW1ActionTaken_F)) {   DesiredSpeed = 10;    DesiredDirection = LEFT;   }

inotec by Associate III
  • 3616 Views
  • 10 replies
  • 0 kudos