Hi,
I've a big trouble in my project that i want to jump a hardware address in Flash memory of 28335 (locate wherever in Flash memory).
This is format of my function:
void jump_to_hardware_adrr(Uint32 hard_addr)
{
}
value of hard_addr will get from PC via SCI. But i can't load hard_addr to XAR7 register or another register to execute LB *XAR7.
Thank you so much for your reply.