STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Access Null pointer - M4 vs M33

Hello,Code that was compiled for stm32F407 ( core M4) has an bug that accesses null pointer. The assembly code is as follows: STRB  r1, [r0, #0x01]Where r0=0 and r1=0.Although MCU accesses null pointer, it does not enter hard-fault.But, the same c...

ari_v2 by Senior
  • 1225 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H7B3LIH6Q: CAN Mailboxes

Hello,I am using an STM32H7B3I-EVAL board with a STM32H7B3LIH6Q MCU. I am looking to use FDCAN to communicate with multiple nodes and someone recommended using mailboxes for messages sent/received. The documentation was unclear, so I wanted to ask if...

KMew by Senior III
  • 5054 Views
  • 9 replies
  • 0 kudos

Resolved! What are the reference on STM32G071 devices with no VREF+ input

On my NUCLEO-G071RB board, I am able to use CubeMX to setup VREFBUF mode to use the VREF+ input-pin, internal 2.5V or 2.048V for reference for ADC and DAC.But I'm making a schematic for a STM32G071GBUxN, which does not have a VREF+ pin and in CubeMX ...

FwMaker by Associate II
  • 2233 Views
  • 8 replies
  • 0 kudos

Resolved! No data in Hyper terminal - STM32 Nucleo

Hi,I'm having trouble getting serial data out of my STM32 Nucleo board. I managed to get this working a few years ago but for some reason it's not working for me now.The board that I'm using is an NUCLEO-F413ZH and I'm using a USB-TTL serial cable (T...

TBlak by Associate II
  • 1237 Views
  • 4 replies
  • 0 kudos

Why can't I read from more than one UART?

Hello community, I'm new to ST-MCUs, so maybe this question is very basic. I'm developing an application for a customer board with a STM32L051R6TX.For Communication we use USART1 und USART2, for logging I activated LPUART1.On USART1 und USART2 I get ...

Resolved! STM32L4R9 power consumption figures in stopModes on Discovery board don't match the electrical characteristics

Hi, with my team we are currently investigating the low power features of the STM32L4R9 MCU on a DISCOVERY board. We are measuring the current consumption on JP1, plugging an external amperemeter between pins 3 and 2.We would like to check the datash...

arouaux by Associate
  • 629 Views
  • 2 replies
  • 0 kudos

SRAM Parity bit check, Hardfault

Hi everyone,I am trying to implement SRAM Parity bit check in my application. But when I am enabling it from option byte. and then it is going into Hardfault whenever I am going into debug mode before running application even it is going into .Hardfa...

STM32L496 embedded bootloader CAN interface not working

I'm using the STM32L496 and attempting to get the CAN communication working with the embedded bootloader. I can put the device into boot mode, but as soon as I send a CAN frame (0x79 Identifier, or any frame for that matter) the device seems to jump ...

NFrit.2 by Associate II
  • 827 Views
  • 3 replies
  • 0 kudos