FlashAlgo
FlashAlgo copied to clipboard
Framework for building Arm Cortex-M "FLM" style flash programming algorithms.
## Background I have a Keil pack that is missing a flash memory region which I'd like to manipulate via pyocd. ### Pack https://developer.arm.com/embedded/cmsis/cmsis-packs/devices/NXP/S32K142UAxxxLLx Keil.S32_SDK_DFP.1.5.0.pack Keil.S32_SDK_DFP.pdsc ### Memory regions 1....
`progen build -t make_gcc_arm` returned a few compilation errors the first time I ran when reading `README.md`. This pull request adds a github action to check whether the build is...
Building fails on linux because the file system is case-sensitive. #include FlashOS.H" does not result in "FlashOS.h" being included. ``` Compiling ../../../source/wiznet/W7500/FlashDev.c ../../../source/wiznet/W7500/FlashDev.c:17:10: fatal error: FlashOS.H: No such file or...
Hello. I am trying to run a flash_algo.py file. I need to create an algo file for stm32h7. However, I am getting the error. What could be the reason for...
     use gnu toolchain,no section name PrgData in output file *.elf
This isn't documented at all
The project generator has been updated to include support for Cortex-M33 targets. The uvision project template files need to be updated for ARM compiler 6 projects. The current template causes...
A new Verify field has been added to DAPLinks program_target_t structure. This should be included in the flash_blob files generated for use inside DAPLink.