請(qǐng)問(wèn) CH558L/CH559L 是否可以從用戶(hù)程序跳轉(zhuǎn)到Bootloader?
熱門(mén)產(chǎn)品 :
CH182: 以太網(wǎng)PHY收發(fā)器芯片
請(qǐng)問(wèn) CH558L/CH559L 是否可以從用戶(hù)程序跳轉(zhuǎn)到Bootloader?
The following will do the trick.
#define CALL(addr) (((void(*) (void) (unsigned char*) addr)())
Then somewhere in your program use CALL (0xF400);
Note its Not the same as activate by HW contition but download
will work. Changing Config Options on the other hand will be?
ignored.