User Activity

I'm working with the STM32L152. I'm finding that after my code runs for some time, during a write attempt to the EEPROM, the flash controller status register shows the WRPERR and SIZERR bits set, which causes the write to be aborted. This is happenin...
Hi all. I'm trying to find the source code for the HAL function HAL_ADCEx_Calibration_Start(). I'm working with the STM32L152. I've downloaded the latest version of STMCube (STMCube_FW_L1_V1.9.0), and looked in stml1xx_hal_adc.c and stm32l1xx_hal_adc...
Hi. I've run into an interesting situation and hopefully someone can give me an answer, or at least a suggestion.We've got a product in development. In the last few months we've seen a couple of them (2 or 3, that we know of) freeze and become unresp...
I'm working with the STM32L152. I have a USB port which has a detect signal connected to an IO pin. When the USB plug is inserted or removed the detect pin changes state. On some occasions the signal is missed. Looking at the signal on the scope sho...
Hi,I'm attempting to pass a parameter for a conditional compile from the gcc command line to my application. I have two build makefiles, one for debug and one for release. We have some code that's only meant for the release build. So far, so good. If...