User Activity

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_...
 i am using NUCLEO-F410RB boardi followed the simple exti tutorial try to print "button pressed" to uart when the corresponding button is pressedlike most of the tutorial setting : interrupt rising edge . no pull up and pull down , one side of button...
I have nucleo-f410rb on handi tried to connect all three uart pin on the board (uart 1,2,6)none of them workand i found if i use keil to code the board, the uart2 message could come out from arduino board uart pinbut if i used STM32CubeIDE , it can't...