User Activity

Hi All,I have a prototype pcb with lis2hh12 + stm32 and i want to configure movement detection into the accell but all informations that i found was about ACT_THS (1Eh) and ACT_DUR (1Fh).In my tests accel does not set INT1 (as desired)... Do anyone k...
Hi.. i'm stuck with this problem for days... i'm not able to store basic data in the G030 flash memory...When i tried to erase a flash page using HAL_FLASHEx_Erase(), the FLASH_WaitForLastOperation() returns a HAL_ERROR... I did not found the issue.....
i'm trying to read the G030 mcu (from my PCB) with cubeProgrammer and the results are:"No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication"Today the debug pins are direct connectio...
Hi,i have been using F030C6 with 1 uart and make DMA works. but when i received a modem message( like AT+CPIN? e.g.) DMA stops 2 or more times. We can see the image below that i put one toogle pin to show when DMA interrupt occurs.my question is how ...
I'm pluging into ADC_IN0 1x pull-up and 5x buttons, that when i pressed some button, it adds a resistor to ground and make a voltage_divider... then i read the value on ADC.But when i pressed the button, however, my ADC shows 0 on the variable and no...