STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Write, Read code for STM32L412 elusive

What code works for the STM32L412 device?I want to load an RTC calibration value into flash memory and retrieve it on subsequent running of the firmware. I've got the reading of specific calibration values working in a different IC, for ADC calibrati...

CGadg by Associate III
  • 1529 Views
  • 12 replies
  • 1 kudos

Azure NetX Duo application help?

First of all..... is anyone actually using the Azure RTOS package? I'm drinking the cool-aid provided by STM marketing. But, geez! ....how do you get started? I've been reading...and reading...and reading...but can't seem to crack the code (so to spe...

MHoop.1 by Senior
  • 946 Views
  • 3 replies
  • 0 kudos

Uart usage with STM32F411RE Nucleo

Hello everyone I'm working with Uart on STM32F411RE Nucleo board. It gives a code error, but no data is provided through USART2. Can anyone help me with this problem? The code is as follows:  void Delay(int time); static void uart_set_baudrate(uint32...

USBC PD TCPM with FUSB307B RXSTAT alert

Hi, I've got an issue with TCPM stack running on STM32G431 with USBPDTCPM_PD3_FULL_CM4_wc32 library.The issue is related to the configuration of FUSB307B IC registers to enable SOP messages receiver at very first SOP reception. I've posted the detail...

vostrenkov_0-1714401443054.png

STM32CubeIDE FatFs R0.12c

The FatFs version "R0.12c" provided by STM32CubeIDE is too old and buggy.I would like to ask if there are any plans to upgrade to FatFs latest version in STM32CubeIDE. As I know, FatFs used by STM32CubeIDE is open source from the site below,and the l...

hardrock by Associate III
  • 431 Views
  • 1 replies
  • 2 kudos

FreeRTOS_MPU

STM32Cube_FW_L4_V1.18.0\Projects\NUCLEO-L476RG\Applications\FreeRTOS\FreeRTOS_MPUI am trying to debug the usage of FreeRTOS_MPU using the NUCLEO-L476RG board.But the code failed at HAL_Init() - if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK){status = ...