I am trying to find a way to flash the Application .bin file to my s32K116 controller using serial boot-loader.
when trying to do so, i am unable to find the S32K116 controller in the MCU list of RAppID tool.
I have the bootloader flashed on the controller with UART comm enabled looking to put the main application file via bootloader application.
Is there any other application for this or any update with the RAppID Tool.?
Hi,
just adding my two cents:
On PC side you can select S32K144 - it should work fine with any S32K1xx if the right rbf file is placed into the MCU.
Stan
hi @stanish, I tried to use s32k144 as the MCU but it didn't work for me.
Can you please share the link for the tool if there is some update.
Do we have any Settings in the S32DS where i can change the Start address of my application program. or the only way is to do it from linker file?
Hello @PrabhuNex,
Please check the article: RAppID Bootloader rbf file for S32K116
Best Regards,
Mike
hi @mikedoidge i am using Uart bootloader. can you please tell me, what Baudrate is configured in the file you shared.
As i am getting error " loss communication with CCP MCU".
Hello,
The baud rate should be 115200b/s for UART communications, 500Kb/s for CAN communications.
Best Regards,
Mike
hi @mikedoidge i have checked with the same Baudrate but it didn't work. i have attached the image in my previous reply for the error.
is there some other way i can solve this issue, as i am selecting s32k144 as the MCU as there is no s32k116 available in the dropdown.
Hello @PrabhuNex,
As detailed in the RAppidBL_UserManual.pdf, you can modify the RAppidBL_MCU.rbm file to add the S32K116.rbf file.
After you change the file and launch the RAppID_BL.exe, you will see the new part listed in the GUI.
Best Regards,
Mike