STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error after calling printf

Hello everyone, I'm currently working with the STM32CubeIDE and I'm encountering an error after the new Update 1.13.1. After using the printf function the following function in the newlib_lock_glue.c  throws me into the Error_Handler in the main.c, a...

s_welz by Associate
  • 5851 Views
  • 18 replies
  • 9 kudos

Resolved! Azure RTOS - CMSIS_OS2 wrapper

Hello,so in this video: https://www.youtube.com/watch?v=GZrfZNrA2roIt is stated that the main thing is that with CMSIS 0S2 wrapper I can call the RTOS api of Arm and beyond that I can use either FreeRTOS or ThreadX. So it is very useful for to switch...

MStew.1 by Associate III
  • 2216 Views
  • 2 replies
  • 0 kudos

STM32H5 PTP free running PPS output

I've got a pair of Nucleo-H563ZI boards on which I'm attempting to build an IEEE 1588 PTP solution.PTP works. I can get PTP working using the gPTP implementation in Zephyr, and have both boards synchronising either with each other or with my existing...

mathewm by Associate
  • 1109 Views
  • 0 replies
  • 0 kudos

STM32L031 Ultra low power consumption

Hello. I have purchased STM32L031 nucleo development board and wanted to experiment with it. I plan to work on a LoRa project that sends sensor information. The device is battery powered hence ultra low power consumption is a top priority.https://www...

LPetr1_0-1694780613542.png LPetr1_1-1694780647322.png LPetr1_2-1694780666109.png
LPetr.1 by Senior
  • 5732 Views
  • 6 replies
  • 2 kudos

STM32F767 JPEG

HelloI'm just diving in to ST tools and MCU's.I'm working to evaluate the jpeg encode function of subject chip on the Nucleo-144 board as a CubeMX project.I'm unable to find a project directly for this configuration but have been trying to follow the...

Rshaw.1 by Associate II
  • 427 Views
  • 0 replies
  • 0 kudos

STM32WB55 Outputting a 40Mhz clock out signal

I have an IC on a board I'm designing that needs a 40Mhz clock in signal. Due to a variety of design and regulatory requirements, I would like to avoid having an external oscillator and instead use the clock out signal of the STM32WB55 on the board. ...

kullum by Associate II
  • 1180 Views
  • 5 replies
  • 0 kudos

stm32f103vgt6 flash issue

I am currently using the STM32F103VGT6 MCU controller, which has an internal flash 1MB divided into two banks, each with a size of 512KB. I have written a code that is 600KB in size. After writing to the entirety of Bank 1, I attempted to write to Ba...