User Activity

Hello,I have 7 ADC1 channels that must be read every 100ms. I can't use polling because there are many other tasks being done in the foreground. I can either set up in the interrupt a type of chain in which each time one value is read the next one wi...
According to the data sheet, the calibrated values for specific chip (at 30°C and 130°C) are at the following addresses:#define TEMP30_CAL_ADDR (*((uint16_t*)0x1FFF75A8)) #define TEMP130_CAL_ADDR (*((uint16_t*)0x1FFF75CA))Therefore the calculation s...
This is the error I encountered. A colleague was able to successfully update.Any ideas why I encounter this problem?An error occurred while collecting items to be installedsession context was:(profile=STM32CubeIDE, phase=org.eclipse.equinox.internal....
I built a bootloader and a project using the Atollic TS pdf How-to. The bootloader works well (at 0x0800 0000), and I can debug the program (at 0x0800 8000).I imported the project to the STM32CubeIDE, but the project doesn't seem to start at the corr...
The same code run in IAR and in Atollic, starts up and from the beginning Run works fine and the device starts up without problem.Using STM32CubeIDE, I'm having trouble with MX_SP1_Init(). If I don't step through it, it crashes and I can't proceed to...
Kudos from