2017-05-18 08:34 AM
Hey,
I have recently bought the CJMCU-407, but I'm not able to let any LED blink... does anyone can help me out there?
#stm32f4 #cjmcu #pin-map2017-05-18 09:56 AM
PE0
2017-05-19 02:57 AM
Hey,
thank you for your answere. But, if I define everything for let that LED blink, nothing happens. Are there more than one connected? The LED next to the OTG-power supply is always enlighted, even if the chip is blank.Where did you got that information from? Is there any datasheet for that board? I haven't found one, neither the factory.
Btw. maybe I'm wrong but this shall do the blinking start? *attached*
________________ Attachments : blink.txt.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hyf4&d=%2Fa%2F0X0000000bAg%2FLrwnZnk643wfAEaWJoKCThuy._vlEKmKQFtHUzTEndc&asPdf=false2017-05-19 03:05 AM
Look at the picture you gave, it's connected to pin 97.
Try to exercise it in the debugger - after having enabled GPIOE clock in RCC, set GPIOE_MODER bit 0, then toggle GPIOE_ODR bit 0. Measure output voltage directly on the pin.
JW