STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C register reading with long wait time

I'm developing a vibration and temperature analysis system.To do this, I have developed a sensor based on an STM32L053C8 chip and a KX122-1037 accelerometer.Looking at the datasheet, this accelerometer can reach a maximum data rate of 25600Hz, which ...

Stat and stop toggle of output compare mode precisely

Hi all,  for a projet I need to create a signal at 500khz, and every 60 µs I want to stop the toggle (or not) I generate the signal with the output compare of tim2 (on stm32L073)then, in TIM2_IRQHandler(void)I try to count the number of call, then st...

Seth1er by Associate II
  • 281 Views
  • 3 replies
  • 0 kudos

STM32L0 code start and execution problems

I'm developing a vibration and temperature sensor solution for industrial machinery.Previously, my system was equipped with Atmega 328p chips, but it has now been upgraded to an STM32LO53C8T8 chip.The circuit has a LoRa radio for sending signals to t...

Resolved! LPTIM1 ISR never cleared STM32L031G6

Hello, I would like to know if anyone has already encountered this problem. I have an LPTIMER configured with an ARR Match interrupt at 100ms I also want to enter my interrupt every 10ms so I added an interrupt in compare mode at 10ms.I have 2 questi...

LPTIM1 CNT = ARR in half the time

I am making this code which, on an interrupt, is supposed to wake the system from STOP mode, put it into low powered run mode, and run LPTIM1 for 1 minute before triggering a flag and going back into STOP mode. I have PSC as 128 and ARR as 60962, so ...

timer not sending the correct number of pulses

Hi all,I am trying to send x number of 100 ms pulses (50 ms on, 50 ms off) with a PWM in one-pulse mode. when I wired the output to a pulse-counting device, I noticed that it is picking up 10x less pulses than is programmed. I believe there is an iss...

Resolved! STM32L010C6Tx Sleep Mode

Hi. I am using STM32L010C6Tx. I want my microprocessor to sleep for 10 seconds after processing. I want to use Sleep Mode. I don't have any interrupt pins. I want it to wake up after 10 seconds. How can I do?

ZKURT.1 by Senior
  • 3373 Views
  • 8 replies
  • 0 kudos
Labels