We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I try to run the examples for MCBSTR9. For USB HID example I can compile it, but when download to flash I got this error "No Algorithm found for: 40000000H - 400023E7H"
For USB Memory example, when I compile it I got this error ".\Obj\Memory.axf: error: L6047U: The code in this image is 46399 bytes - this version of the linker will not create images that large"
Both examples under Keil\MCBSTR9 folder
For example USB HID, I set the ram for algorithm at start: 0x40000000 size 0x8000 and pick STR91xFxx4 Flash Bank0 and set Start: 0x40000000
when I run I got this error: "Flash Timeout. Reset the target and try it again"
I reset The Ram for algorithm as the manual at start: 0x04000000 size: 0x0800
and pick STR91xFxx4 Flash Bank0 as the algorithm.
and still got error with message: No Algorithm found for: 40000000H - 400018B7H
Really need help.
Thank you
Now I download the example from keil website and download it into flash without recompile it. It worked and run on the board. But whenever I recompile the source, I can't download it into flash with error no algorithm like above thread.
There is a code size limit if you are using the demo version. It will compile all files, gernerate a map file, but will not link. (That is an experience from the C166 demo version, but might be similar.)