Part Number: CC3135
Hi,
I'm using CC3135R Wifi chip that communicates with a host NXP MCU on a custom hardware through its SPI interface.
I would like to be able to update the service pack of the chip through host SPI interface. To do so, I need to send a .ucf file to the Host Simplelink library using sl_program function. So far, so good.
I want to store the .ucf file in the flash memory of the host MCU, so that the host MCU binary contains both its application and the service pack.
This way, when the host MCU boots up, it will check the service pack that is in its internal flash and update the wifi chip if needed.
It is easy to merge two binaries together (.bin ou .hex), for example using srec_cat tool (from srecord), but I have no idea if it's possible to merge a .bin file with a .ucf file.
1) Can you confirm that the only extension I can use to flash the CC3135 using host programming spi interface is .ucf file ? .bin can't be used ?
2) I didn't find any documentation about .ucf file format, can you provide info about it ?
3) Do you know a way to convert .ucf file to .bin or .hex format ?
Thanks for your help.
Olivier