STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

static memory zeroed at system reset

At system reset, static memory is zeroed.  I want static memory to be entirely left alone by the system.  I want the memory to have what I put in it, not clobbered.  Granted, I have to retain power to the device, but static memory should be able to r...

Resolved! Can FDCAN work with CAN 2.0B devices?

I am working on a project where the requirement for the microcontroller is to communicate over the CAN bus. The STM32G0B1KET6 is having FDCAN controller inside. It mentions in the datasheet that "The CAN modules are compliant with ISO 11898-1 (CAN pr...

anuj by Associate II
  • 10900 Views
  • 7 replies
  • 0 kudos

LUT Configuration

Hi,I need help about LUT configuration of a custom display. I am using STM32L4R9-Disco board. The LUT for the display is given in .xlsx format. However, I am using another display of size 454x454 with that board. Is there any way to generate LUT for ...

SSG by Associate II
  • 1785 Views
  • 4 replies
  • 0 kudos

Resolved! LSERDY is set, but LSE not running correctly

Hi, I am working on a project for STM32F746ZGT6 that uses the RTC clocked from the LSE.In some cases I am seeing an issue where the LSE appears to start (LSERDY reads as 1 within the call to HAL_RCC_OscConfig from the peripheral libraries) but it app...

AMill.7 by Associate
  • 1468 Views
  • 3 replies
  • 0 kudos

XNUCLEOBNRG2A1 and NUCLEOU575

Hi,I picked up a X-NUCLEO-BNRG2A1, and I am trying to communicate with it through a Nucleo-U575 Board. I basically generated a project template through CubeMX for the STM32U575 and included the BlueNRG-2 (X-CUBE-BLE2) Pack to include Bluetooth HCL/AC...

IVent.1 by Senior
  • 1904 Views
  • 3 replies
  • 0 kudos

How the stack work?

Hi there,I remember the stack starts from the top, which means the earlier local variable will be located at a higher address space. I have the following code in the main() function in ARM-MDK IDE:  uint8_t v1; uint8_t v2; uint8_t v3; LOG_DBG("&v1[%p...

Junde by Senior III
  • 2038 Views
  • 6 replies
  • 2 kudos