FlashAlgo icon indicating copy to clipboard operation
FlashAlgo copied to clipboard

Framework for building Arm Cortex-M "FLM" style flash programming algorithms.

Results 17 FlashAlgo issues
Sort by recently updated
recently updated
newest added

## 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...

question
component: scripts

![image](https://user-images.githubusercontent.com/19278194/121473141-c9379b80-c9f4-11eb-8d64-e17ed140c6f8.png) ![image](https://user-images.githubusercontent.com/19278194/121473162-d0f74000-c9f4-11eb-8ec1-7472f945b3c6.png) ![image](https://user-images.githubusercontent.com/19278194/121473203-e0768900-c9f4-11eb-9c23-5e82269a8fed.png) ![image](https://user-images.githubusercontent.com/19278194/121473217-e5d3d380-c9f4-11eb-8060-fb6f0b9989fc.png) ![image](https://user-images.githubusercontent.com/19278194/121473241-f126ff00-c9f4-11eb-9def-8e740e2bda25.png) use gnu toolchain,no section name PrgData in output file *.elf

bug
component: scripts

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.