mirror of https://github.com/rusefi/openblt.git
17 lines
873 B
Plaintext
17 lines
873 B
Plaintext
/**
|
|
\defgroup Prog_ARMCM4_STM32F4_Olimex_STM32P405_CubeIDE User Program
|
|
\ingroup ARMCM4_STM32F4_Olimex_STM32P405_CubeIDE
|
|
\brief User Program.
|
|
\details The intention of the demo user program is two-fold. (1) To test the
|
|
bootloader, you need some sort of firmware to see if you can perform a
|
|
firmware update with the bootloader. This program can be used for this
|
|
purpose. (2) To make firmware programmable by the bootloader, a few
|
|
adjustments to the firmware are required. The demo user program serves as an
|
|
example for how these adjustments can be implemented. Additional details on
|
|
this subject can be found in the port specifics documentation, which is
|
|
available at:
|
|
https://www.feaser.com/openblt/doku.php?id=manual:ports:armcm4_stm32.
|
|
*/
|
|
|
|
|