Test program running on MAX32625MBED. Control through USB Serial commands using a terminal emulator such as teraterm or putty.

Dependencies:   MaximTinyTester CmdLine MAX541 USBDevice

Revision:
62:8223a7253c90
Parent:
59:47538bcf6cda
Child:
63:8f39d21d6157
diff -r b4f3051578ef -r 8223a7253c90 MAX11043/MAX11043.h
--- a/MAX11043/MAX11043.h	Tue Feb 18 00:49:19 2020 +0000
+++ b/MAX11043/MAX11043.h	Tue Feb 18 06:30:34 2020 +0000
@@ -636,6 +636,14 @@
 //
     int32_t SPIreadWrite32bits(int32_t mosiData32);
 
+// CODE GENERATOR: extern function declaration SPIreadWriteWithLowCS
+//----------------------------------------
+// SPI read and write arbitrary number of 8-bit bytes
+// SPI interface to MAX11043 shift mosiData into MAX11043 DIN
+// while simultaneously capturing miso data from MAX11043 DOUT
+//
+    int SPIreadWriteWithLowCS(size_t byteCount, uint8_t mosiData[], uint8_t misoData[]);
+
 // CODE GENERATOR: extern function declaration SHDNoutputValue
 //----------------------------------------
 // Assert MAX11043 SHDN pin : High = Shut Down, Low = Normal Operation.