Added test project for STM32F401 microcontroller#58
Added test project for STM32F401 microcontroller#58siorpaes wants to merge 4 commits intoatomicobject:masterfrom
Conversation
|
I'm hesitant to vendor all the generated drivers/etc. into this repo, since it's quite a lot of files for a very specific example. This might be better off as a separate project? |
|
The only things required to generate those vendored driver files is Also there are several places in the code that are technically unsatisfactory, like header files missing proper include guards, inconsistent indentation, mixing of several external libraries, much too broad configuration of the MCU (why configure the CAN bus if you're not using it?) and many other things. Last but not least, there's some system-specific pathnames in the |
Hello,
I just added a test project for popular STM32F401 microcontroller which decodes a test file and computes its md5 checksum for reference.
The project is based on Keil and can easily be adapted to other ST microcontrollers and IDEs using CubeMX.