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
  • 1044 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
  • 805 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
  • 584 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
  • 4356 Views
  • 3 replies
  • 0 kudos