I am working on developing a Boot Loader Client Software for the MSP430FR5970 in order to update firmware using the serial port (RS232 connection).
I will be using Linux and the gcc compiler for my client implementation.
The best reference I have found is for the BeagleBone here:
http://www.ti.com/lit/an/slaa760/slaa760.pdf
I will be using a Linux Intel PC for my project and need to know the following:
1) Is there is newer reference (with source code) than the one provided. The above link for the BeagleBone dates from August 2017.
2) Is there a newer reference that works with Linux on an Intel processor for the Boot Loader Client?
My specifics are:
MSP Part: MSP430FR5970IPMR
Storage Type: FRAM
Client Hardware: Intel PC
Communication Interface: UART (RS232)
Operating System: Linux / gcc compile
Thanks,
Bob Sullivan