User Activity

I have 3 Nucleo-WL55JC1 boards and tried to activate the bootloader as AN2606.As an AN2606, it should activate the bootloader if there is pattern 13.  When I have set the BOOT1 and nSWBOOT0 to 1(Checked on STM32CubeProgrammer GUI), and connected BOOT...
Hello,I am trying to upload the user firmware using BFU(1 slot) and Linux minicom, it always failed to complete to transfer a UserApp.sfu. I have read the UM2767 and followed all steps. But it works well on Windows Tera Term.I am testing on both of N...
Hello, everyone.I am trying to figure out the HAL_ADC_Init issue after wake up from STOP mode. I am using the STOP mode in STM32L0x2 and build the project using CubeMX.At first, I have initialized ADC before main loop, then enter STOP mode. After wak...
Hi, all.I am trying to figure out H3LIS200DL interrupt issue. Even if I have set interrupt threshold to high value, I can't see any pulse on INTx line. Also not sure what the INT1_THS register describes. Datasheet shows only 7 bit value.What I have d...
I am trying to get an interrupt when exceeds the limit (for test, 1g), but couldn't see any changes on INT1 line.I have configured H3LIS200DL INT1 (INT1_THS is 0x01, INT1_DURATION is 0x03, INT1_CFG is 0x63). I am getting OUT_X, OUT_Y, OUT_Z between -...