User Activity

I am using an STM32L073 chip. I have 2 UARTs but only the huart1's receive is using interrupts. I start the Rx interrupt at start-up and then the interrupts are being set at the end of the interrupt function. (see code below)My issue is that after ab...
According to other answers on this website, it looks like I am supposed to do something like:~/st/stm32cubeide_1.8.0/stm32cubeide --launcher.suppressErrors -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "./" -build *An...
I am trying to use stop mode with the STM32L073 chip. I am able to get my code working while I am not using FreeRTOS on the STM32L073. I am also able to get this working on the STM32G0 Nucleo board with FreeRTOS.When I start using FreeRTOS on the STM...
I am currently trying to read my temperate Sensor and Vrefint channel to get the system's temperature and system power voltage. I am measuring 4 other ADCs (11, 12, 13, 15). They are all returning values within an expected range. My expectation is:Th...
Hello,I am looking to be able to do in-the-field firmware upgrades with the STM32G071 board. I have used the STMCubeProg tool to be able to modify the nBOOT0 user bit with the ST-Link built into the NUCLEO board. What I am looking to do is to modify ...
Kudos from