Change in interrupt priority

Hi group,

I have a little question about the changes in BSP:

I changed interrupts priorities in the bsp.c and I recompiled the BSP to generate the rom.bin. Now, do I need to recompile my applications to apply this interrupt changes, or do I just need to FTP the new rom.bin ?

Same question about the BSP_TICKS_PER_SECOND value ?

Thanks,

Paul

You need to recompile your application and load in the new image.bin file. rom.bin is only for the boot loader, and thus shouldn’t be affected.