Hi fellow Launchpaders
For my application I need data, stored in an array to control the Hercules ucontroller, to be present at power up (or upon receiving a specific hardware interrupt event). To accomplish this I am presently changing (often multiple times daily) the firmware of the Hercules ucontroller by assigning new values to the control variable array and then recompiling the code and flashing it to the ucontroller. I would like to avoid having to flash the code to the ucontroller so frequently since the flash banks eventually wear out. Instead I would like to have the ucontroller read the data for the array assignment stored on a PC. I guess this could be done using the UART but I have not done that sort of thing yet. Any other possible solutions or suggestions? Are there code examples or utilities available for doing this sort of data transfer over the UART.
Dan



