Hi mikedoidge,
thanks for the quick reply
I tried what you said, but it still works with a 5 second delay.
const volatile uint32_t RCHW[] __attribute__ ((section(".cfmConfigure"))) = { 0x015A015A, (uint32_t)Reset_Handler, 0xFFFFFFFF , (uint32_t)&APPKEY } ;
I used S32K144_S32DS_UART1_CAN0.rbf as the bootloader, maybe this bootloader already has a 5 second delay by default?
Looking at the rbf file I have,
S32K144_S32DS_UART1_CAN0.rbf has a delay time of 5 seconds by default, and S32K144_V11.rbf has a delay time of 3 seconds by default.
const volatile uint32_t RCHW[] __attribute__ ((section(".cfmConfigure"))) = { 0x015A015A, (uint32_t)Reset_Handler, 5000000 , (uint32_t)&APPKEY } ;
Even if I changed the value of 5000000 in various ways, there was no change.
As above, I can't do anything other than let the user specify the fields. But those values were of no use.
As you said, is it possible to get an rbf file that supports UART1 and CAN0 with default 20ms latency?
I want to operate it with an operation delay time of 100ms ~ 1000ms. I want to specify in user field.
Best Regards,
Romeo