You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zylin-zpu
Hi. I am using the ZPUflex and i add support for a FAT32 SDcard. The purpose is to store mi program in a file and later boot form there. The fat32 library is an adaptation from http://ultra-embedded.com/fat_filelib. I am trying to store the program at specific memory location and then jump to it. There are any assembler code to mov to an specific memory location and execute the data given there? Any one have another idea?
yosel.b...@gmail.com
unread,
Feb 27, 2019, 11:16:48 AM2/27/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zylin-zpu
I will make an answer to my question. The ZPUflex has a lot of examples on github that show how to make a bootloader. Basically, I am setting up the program counter in a specific memory location after copying my program to this address.