User Activity

I am trying to use the usb audio to obtain computer sound data and i have blue pill and STM32F746G-DISCO on my handFor blue pill,i add some prints in this functionstatic uint8_t USBD_AUDIO_DataOut(USBD_HandleTypeDef *pdev, uint8_t epnum);but it only ...
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...
Kudos given to