Thomas Roell

Results 114 comments of Thomas Roell

You need to disable ADR. Otherwise ADR takes over (which is why DataRate should also be different to what you set). - Thomas On Fri, Jul 27, 2018 at 2:52...

Good questions. I have zero idea why it should hang. There is just not enough information for me ... I'll add some logging to SRAM logic to the next drop....

He's. If the variant you are using supports it ... However I would think that none of the variants exposes a SPI1 for STM32L0.

I see. The way this code works with LoRaWAN is to basically bypass the Arduino layer and talk to SPI directly internally. There is code in ArduinoCore-stm32l0/tree/master/system/STM32L0xx/Source/LoRa/Boards that does that....

Dean, sorry, I have not had any feedback from platformio. - Thomas On Fri, Feb 24, 2017 at 10:13 AM, Dean Blackketter wrote: > Any chance this will be added...

921600 is the limit. May I ask why this high transfer rate ? On Thu, Sep 14, 2023 at 9:20 AM Kris Winer ***@***.***> wrote: > I think this is...

Almost there ;-) First off, you should be using circular DMA instead of oneshot. Use the half-done / full-done to implement a simple double buffered scheme. In DAC->CR, you need...

PA15 per default comes up as JTDI. So that *should* have been a INPUT with a PULLUP. So I suppose a stronger external pulldown should work. I suppose one could...

Toggle RESET while BOOT is pressed, then simply upload any sketch (ignoring the COM port allocation). On Tue, Aug 21, 2018 at 4:11 AM, tcsaba101 wrote: > Dear Thomas, Kris,...

Not sure what the problem is. When I uploaded a sketch to the board while the serial monitor is active, it reconnects. When I use minicom same thing ... On...