2015-04-16 01:33 AM
Hi,
I bought aSTM32F411EDISCOVERY instead of
STM32F4Discovery board.
I found the STM32F4-Discovery demo program the STMCube firmware package is for STM32F407 target only. What should I do to make it compatible to STM32F411?Anyone know is there a ready demo code for this board (Mfr. Part No.
STM32F411E-DISCO
)?
#stm32f411 #stm32f411e-disco2015-04-21 01:16 AM
Hi all,
I have solved the problem. I use STM32CubeMX to generate code specifically for theSTM32F411EDISCOVERY board. Then I migrate part of the existing demo codes in
STM32F4Discovery to the newly generated template.
Btw, the accelerometer used in STM32F4Discovery is different type than STM32F411EDISCOVERY. So some code modifications are performed.2015-07-27 02:45 AM
2015-08-17 12:15 AM
...Any news on this subject?
2015-09-29 09:34 AM
See:
/f5dc12de
2015-10-10 10:32 PM
Hi,
Just want to ask you if you are working well with your STM32F411E-Disco.I am using stm32f411e-disco and SW4STM32, writing a audio playback program.But I met some problem posted here: https://goo.gl/vNLdS3I hope you can help me or share your experiences with me.Thank you very much2015-10-11 09:59 AM
I can perhaps assist you with the Standard Peripheral Library, and it's application with the F411E. I can't really help you much with HAL/Cube, USB, and audio playback.
The existing code base for the STM32F4-DISCO may provide a starting point, but unfortunately ST hasn't released a firmware package directly addressing the STM32F411E-DISCO board.