User Activity

I have trained a neural network model and trying to implement it using STM32L476RG Nucleo board. I have generated an application template and the input to the neural network is 32 X 32 X 1. I'm trying to understand below parameters in network_audio_a...
I have a sensor with analog data and I am connecting it to one of the ADC pins (STM32L152). I have no problem to read a single conversion data. However, I would like to one shot capture multiple ADC data (for example, 128) so it will be more consiste...
We have a customised PCB and would like to have the feature of being able to flash the firmware using USB. So, we have the USB DM and DP pins wired to PA11 and PA12 pins (of STM32L152), respectively. We also configured the BOOT0 to HIGH and BOOT1 to ...
Hi, I would like to control a GPS module reset pin thru STM32L152. The reference circuit of the GPS module reset pin as per attached picture. According to the GPS data sheet, the reset pin "Only drive with open collector, no external voltage to be ap...
I have an IoT hardware (using STM32L152) that carry out some tasks and go to STOP mode for 30 minutes. Then, it will wake up and repeat the same process again. Now, I would like to add the watchdog timer to ensure everything works fine. My question i...