User Activity

Hello,Where I can use iAP2 protocol means which MCU support iAP2 protocol? and How can I flash iAP2 programming code in MCU?Regards,Bhautik
HelloI have used Nucleo-L031K6 dev kit.How can I generate timer interrupt for 100 sec/500 sec delay?
I have used NUCLEO-F072RB EVK <==> STUSB4500 and tried to execute below git code.https://github.com/usb-c/STUSB4500/tree/master/FirmwareI received below logs when source device attached:################################################################...
Hello,Is it possible to write the full image over I2C? If so, what is the recommended way to do this? Regards,Bhautik
I have used NUCLEO-F072RB EVK and just print "Hello World" using printf function but didn't print anything on console.IDE : STM32CubeIDEMay I know How to use printf function with proper steps?Please find below code : #################################...