2015-07-07 07:30 AM
Hi
I wrote custom bootloader for stm8l152c8. Its working fine. But i want to write two user application to the board. For example i have 2 application one of them is starting 0x9000 other one starting 0xB000 adresses in software there is a vector table for interrupts. I can modify it when i connection via swim. But i want to change it as dynamic. When i sent appi which is starting from 0x9000 adress vector table will be 0x9000 ,when i sent other one, it will be 0xB000 Can i do it in application or bootloader code?Thanks.2015-07-08 04:44 AM