I'm using RM57l843in my project. I want to programming my processor by using Uart connection and not using JTAG. Is it possible in the RM57l843.
Is ISP mode available in that processor??.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Anil,
I I'm not sure about IAR? I think this will be a question you can ask on IAR's support site. The key question is how they generate ECC for RM57 device.
Once the bootloader is programmed into the device the second part about downloading the application firmware via the UART is independent of of the too, whether CCS or IAR. The flash API will take care of generating ECC while you program the application image to the flash.
Hi Anil,
Please see below. On the lower right side of the screen you see the On-Chip Flash tab. You will find the 3rd checkbox which says 'Auto ECC Generation'. Check this checkbox then the CCS will automatically generate the ECC while you download your program image. To open the 'On-Chip Flash' view, you go to the Tools->On Chip Flash.