Dears, anyone can tell me how to load/burn my python code to stm32f401 micro-controller?
Hi,Sorry but not sure you can do this...The stm32f401 is an sti board. The easly way to flash them is to use https://os.mbed.com/ this unfortunately does not support python language, and for good reason, they need a compiled code.
Jerome Decamps - 杜尚杰 said:The stm32f401 is an sti board
You mean an STM chip:
https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html
chappy said:python code
you would have to find a Python implementation which supports this chip.
Have you looked at https://micropython.org/ ?
Or https://circuitpython.org/ ?
Yes i mean "chips" sorry for this mistake.But I think in this case the chip is on a STI board. like an 32F412GDISCOVERY or a NUCLEO-F412ZG
Jerome Decamps - 杜尚杰 said:STI
You mean STM ?
Or just ST ?