STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wrong PC (progam counter) when exiting ISR

Hi,i'm using a STM32L031. In my code i first initialize the MCU (FLASH, CLOCK, INTERRUPTs, GPIOs), start the LPTIM (running on LSI), then slow down the MSI clock, start the timer22 for PWM and go into low-power sleep mode.  When i let the program run...

Brigei by Associate II
  • 111 Views
  • 6 replies
  • 0 kudos

Stm32l072KZ Firmware Update

Hello everyone, I have a stm32l072 microcontroller and an NB exs82 module connected via LPUART. And I'm trying to read a new .HEX firmware that is stored in the NB module's FFS and then make the microcontroller receive the packages that contain the r...

Captura de Tela (101).png Captura de Tela (102).png
Wave by Associate II
  • 43 Views
  • 0 replies
  • 0 kudos

Resolved! Cannot get One-Pulse mode working

I know this might be a pretty basic thing to have issues with, but after banging my head against the wall on this for days, your snark-free assistance would be greatly appreciated.I am using a B-L072Z-LRWAN1 and trying to get timer 2 channel 1 to pro...

Resolved! Detect Debugger Connected To STM32L0 ?

Posted on December 13, 2017 at 17:32   In Cortex-M3, M4, etc, we can just check the DEBUGEN bit in DHCSR (the Debug Halting Control and Status Register) http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0337e/CEGCJAHJ.htmlBut in Cortex-M...

Uart Receive IT not receiving complete string

Hi, We are using STM32L010C6 Microcontroller, we need to recive the a fixed size of strings (10 charecters ) using interrupted method. But we are not able to receive the charecters completely and its get stuck on the cpltcallback function also. What ...

Dvdasc by Associate
  • 226 Views
  • 3 replies
  • 2 kudos

Bootloader OTA stm32l072

The micro STM32L072kz supports the OTA (Over-The-Air) method, I would like to perform the bootloader through the main firmware, without the need to use a USB cable or bus, write a firmware that with the help of a 4G modem downloads a new firmware fro...

Wave by Associate II
  • 131 Views
  • 2 replies
  • 0 kudos

ADC polling of multiple channels

Hello,After setting up a 4 channel read with DMA, I ran into the problem, that the value of the internal temperature sensor seemed to not change at all. The values of the read out potentiometer however were plausible.So I wanted to check all used cha...

Labels