Search found 15 matches

by Beuzekom
Wed Feb 10, 2021 3:45 pm
Forum: General discussion
Topic: FTDI struggles to transfer above 38400baud?
Replies: 4
Views: 2887

Re: FTDI struggles to transfer above 38400baud?

Are you using HardwareSerial?
by Beuzekom
Wed Feb 10, 2021 2:55 pm
Forum: General discussion
Topic: STM32 - detachInterrupt and deepSleep
Replies: 8
Views: 10968

STM32 - detachInterrupt and deepSleep

Hi, Working on STM32 project in which I have an external sensor with interrupt (PA11). When in deepsleep I am looking at 2 different ways to wake up. (1) Sensor wakes up the MCU thru an interrupt (2) MCU wakes up "itself" due to timer that runs out (e.g. lp.deepsleep(60000)) In this case t...
by Beuzekom
Mon Sep 28, 2020 5:37 pm
Forum: IDE's
Topic: STM32L0 & platformio / board setup
Replies: 2
Views: 4125

Re: STM32L0 & platformio / board setup

Perhaps the discussion in the WiKi will be helpful although it is Arduino-centric: https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-(board) Thanks, I already knew that wiki. I hoped that there would have been a template for the STM32L0 and some examples for other users. If there is no exam...
by Beuzekom
Sun Sep 27, 2020 10:23 am
Forum: IDE's
Topic: STM32L0 & platformio / board setup
Replies: 2
Views: 4125

STM32L0 & platformio / board setup

Hello, I am using platformio with the stm32duino environment. Now I created a small test setup with the STM32L082KZ. In the STM32duino there is a package specifically for the STM32L0 (\.platformio\packages\ framework-arduinoststm32l0 ) For that I would like to define my own board in platformio (usin...
by Beuzekom
Thu Jul 30, 2020 2:43 pm
Forum: General discussion
Topic: STM32L082 - WakeUp Timer (Periodic)
Replies: 1
Views: 1878

STM32L082 - WakeUp Timer (Periodic)

Hi, I am working with stm32duino using the STM32L082 processor and managed to get alarms up and running. However I would like to program a periodic timer (WUT) and am looking for some good examples to get up to speed. Do you have suggestions (codes, links or anything that could help me)? Thanks a lot

Go to advanced search