hi
I want to use ambiq programming spi flash,I get .elf by SES.
but there is a problem:
Code
Type "connect" to establish a target connection, '?' for help
J-Link>connect
Please specify device / core. <Default>: AMA3B1KK-KBR
Type '?' for selection dialog
Device>?
Please specify target interface:
J) JTAG (Default)
S) SWD
T) cJTAG
TIF>S
Specify target interface speed [kHz]. <Default>: 4000 kHz
Speed>
****** Error: Error while loading flash algo ELF file: C:\Program Files (x86)\SEGGER\JLink_V644d\Devices/AmbiqMicro/AmbiqMicro_Apollo3_spi.elf
No valid device has been selected.
J-Link>
Display More
Code
<Device>
<ChipInfo Vendor="AmbiqMicro" Name="SPIFlashLoader" WorkRAMAddr="0x10000000" WorkRAMSize="0x60000" Core="JLINK_CORE_CORTEX_M4" />
<FlashBankInfo Name="SPI Flash" BaseAddr="0x00000000" MaxSize="0x800000" Loader="Devices/AmbiqMicro/AmbiqMicro_Apollo3_spi.elf" LoaderType="FLASH_ALGO_TYPE_OPEN" />
</Device>
help,please!