Topic

FAQ
Login Register
Application serial bootloader
Jun 14, 2023 06:59

/

A

/A

Hello. I'm currently working with the TLSR8273 with the BLE stack and I have created a custom application on a multiprocessor platform. Everything is working correctly but now my next step is to update the BLE application from the main MCU. The only communication port available between the main MCU and the BLE chip is the Uart.

I have worked on serial bootloaders for BLE before but I really would like to update only the application, since there is no need to update the BLE stack because it never changes.

Is there some code or application note I can follow to create or migrate a serial application bootloader?

Thanks in advance.


2 replies
TL_Soyo Jun 15, 2023 09:43
0
/A

HI,
  Telink OTA do not support Upgrade application alone for now。

gvaldovi [Author] Jun 21, 2023 00:48
0
/A


Hi,

I understand, but OTA doesn't work for me because I don't have another BLE device arround to update the TLSR8273. I need a serial (uart) way to update the BLE fw. Is there a bootloader or application note I can use?