User Activity

I have an existing design using an 8-bit PIC16F and am attempting to upgrade it to using the STM32L071, primarily due to needing more memory. This design has 6 input signals being sampled using the same ADC. One signal is an audio signal that needs t...
I have two projects, both using HAL libraries in STM32CubeIDE 1.5.1.The first project simply initializes the RTC, using external 32kHz crystal, and then falls into a loop that reads the RTC every second. Using my debugger with a breakpoint, I can see...
I'm wanting to create a project for the Murata LoRa typABZ module, which appears to use the STM32L082CZU with UFQFPN48 package. In the IDE, I get the message: "The target device 'STM32L082CZUx' is currently not supported by STM32CubeIDE". I started a...