User Activity

I'm attempting to run the LoRa Expansion pack for the End Node project inside of STM32CubeIDE, but am running into issues. I'm running this on a STM32L051K8U6 MCU with SX1272 radio.Here's what I've done:1.) Imported the project. Had to choose import ...
I am having a tough time getting a valid temperature reading from my STM32L051K8U6 MCU. This should be an easy task. I've spent a LOT of time Googling and believe I have everything setup correctly. Most of the sample code online is identical, but it ...
I'm using STM32CubeMX Version 5.0.0 and am trying to get the WWDG (Windowed Watchdog) working on a F7 series MCU.The STM32Cube code did not appear to function. It only initialized the WWDG, but nothing more. I searched online and found that others we...