STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DFSDM data parameter problem into .wav file

Hi! I have followed the tutorial on Youtube.•STM32L4 training: 07.3 Advanced peripherals - Hands-on DFSDM(L476) Now I have data in playbuff, and I use uart to collect data by COM port. However, I want to inquire some parameter in this DFSDM result, s...

YLinH.1 by Associate
  • 1096 Views
  • 0 replies
  • 0 kudos

Systick does not generate IRQ - STM32G0

Hi, I have made a custom bootloader. When I jump to application so very often (not always!) the systick in app does not generate interrupt. I checked the Systick - yes systick ticks and is running. For sure I added in main.c: NVIC_DisableIRQ(SysTick_...

JR2963 by Senior II
  • 973 Views
  • 2 replies
  • 0 kudos

Usage fault exception recovery

Hi there,I'm testing an option to recover from UsageFault Exception - caused by div 0. I enabled the exception and it does execute upon 0 div. I need to exit the exception code and keep the fimware execution.I clear the UsageFaultActive bit, by read ...

LSmil.1 by Associate II
  • 629 Views
  • 0 replies
  • 0 kudos

Reading pins of a port in one line of code

Posted on October 14, 2015 at 05:17I am working on project which is generated by Cube and uses HAL drivers. I require to read states of a number of pins on a port. Currently I am doing like this:  //read PC0 to PC7 to check for state (on or off)  re...

embedonix by Associate III
  • 4794 Views
  • 3 replies
  • 0 kudos

Why there is an Increased current consumption after 3 minutes during Stop mode with RTC with HAL driver?

Posted on December 06, 2017 at 10:13Hello,I used the STM32L073RZ and I used Stop mode for saving current.And my problem is when I measured the current consumption of this MCU, I found arround 3uA during only 3 minutes after starting the Stop mode an...

0690X000006094kQAA.png

SBSFU porting to STM32G0B1XX

Hi,I have a problem with SBSFU.I'm using STM32G0B1RE dev kit.But I have got STM32G071RB example. G071RB is example works fine in G0B1RE board.The problem occurs when I change Compile Symbol to STM32G0B1xx STM32CubeIde Properties > Settings > GCC Comp...

Tarun by Associate III
  • 1207 Views
  • 2 replies
  • 0 kudos