Hi,
I use LPC55S69 chip.
I'd like to get the Arm-Linux blhost in the following.
<pre>
---< blhost User's Guide.pdf(p.9)
4.1.5 -s <name>[,<speed>,<polarity>,<phase>, lsb|msb] (Connect over SPI)
The below command can be used to connect to MCU bootloader over SPI. This option is valid for Arm-Linux blhost. This option can have one, two, or five arguments.
blhost -s <name> – command
blhost --spi <name> -- command
...
---
</pre>
Where should I look for?
Thank you.