A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By alonewolfx2
#19694
Sprite_tm wrote:
martinayotte wrote:Congrat Sprite_tm !
Is that work was part of your new job ? ;)


Yep :)

finally :) great work. can we use this example on 512kb flash? if we can use what is firmware addresses?
User avatar
By Sprite_tm
#19714
alonewolfx2 wrote:finally :) great work. can we use this example on 512kb flash? if we can use what is firmware addresses?


I think so. The default compile may seem to be for an 1024K flash device, but that's only because the standard 512K ld file seems to want to split the rom in two 256K segments, and that won't fit. You can try just compiling it as-is and flashing it to the addresses indicated in the README.md, I think that should work. I can't check, unfortunately, I don't have any 512K modules at hand; if you do try it, I'd love to hear if it works.