User Activity

i am using STM32C011F6P6 and try to enter stop mode byLL_PWR_SetPowerMode(LL_PWR_MODE_SHUTDOWN);LL_LPM_EnableDeepSleep();__WFE();the current is little bit more than not entering the shutdown modeand the clock is not stoppingis there any thing I shoul...
Hi everybody,I am trying to use the audio on stm32f746g-disco.I can hardly find a tutorial for this.Many solutions got their way to solve it and left not much details.lots of the solutions guide to the examples in CubeMX , but they seems a little bit...
Hi everyone.I am recently working on stm32 chip and found a page show the power consumptionseems GPIO port C and F can save half the power than A and Bshould i always consider to use gpio port C and F ?or the consumption is too little that we don't n...
Hi everyone,so i am working on STM32C011F6P6and i found i can only download code with reset pin connectedotherwise this error will come upbut i want to have gpio function on reset pinis it possible to not use reset pin and get the download thing done...
Hi everyone, i am working on a STM32C011F6P6i am trying to apply some I2C setting to other chipnormal writing value to corresponding addressbut seems the HAL_I2C_Mem_Write function is stuckedthese are the read and write functionHAL_StatusTypeDef i2c_...
Kudos given to