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