Hi all!
we are checking the implementation of NXP MX1050 to our product.
on our previous MCU we used single SPI for things like erasing and flashing external chip.
we are trying to do the same with NXP but cant find examples for this on the SDK.
for example - on old MCU, we connected the 5 signals : MISO, MOSI, CS, CLK, GND and send a command request with an "opcode" (0x9F) to read the Jedec ID of the external chip (returns on MISO bus)
is there an example for this kind of operation on the SDK?
the closest we have found is flex_component_nor but it looks like QSPI with 4 data signals and we cant determine the 5 single spi signals (MISO, MOSI, CS, CLK, GND) there like in the lpspi examples (on J24 arduino )
LPSI is enabled and lpspi_btb examples works
Adi from Intel