User Activity

Hi,printf function not working in stm32cube_ide.No error on ide but also no output on uart.Please help!
Hi,Float type variable is not working in stm32cube_ide.float r = 3.14;when I debug the value of r it shows 3 and also I cross verify by using if condition.if(r==3.14)but condition fails, that means float variable not working in ide.Please help!
STM32F407VGTThe microcontroller is somehow goes under write protection mode while practicing firmware upgrade program.Is there any method to unlock write protection ?Cant able to program though keil. But ST LINK UTILITY software is able to reprogram ...
Petit fatfs file sysytem consumes ram 290 bytes instead of 44 bytes mention on the document. http://elm-chan.org/fsw/ff/00index_p.htmlAlso pff.c file consumes all ram
Please help if any one knows how to implement GUI on stm32 with tft, specially which GUI software is used and how to implement on stm32f407vg mcu.