**** BEGIN LOGGING AT Mon Oct 08 03:00:00 2018 Oct 08 15:47:41 /sb end Oct 08 15:48:03 *womp womp* Oct 08 21:15:36 what is the language of liktaanjeneus.nl/mcspi.h.html? Oct 08 21:19:28 c++ Oct 08 21:19:50 (for the "let", click on the defs.h link) Oct 09 00:37:52 one thing I'm not entirely sure: do I need to disable-enable the spi channel between *each* word to transmit? Oct 09 00:40:57 what? no, why? Oct 09 00:45:11 Okay, so:I enable a channel (MCSPI_CHxCTRL), and when I put data to MCSPI_TXx, that data is transmitted once, fine. Then, how retrigger the transfer after loaded another data to MCSPI_TXx? Oct 09 01:01:15 no trigger is required Oct 09 01:02:57 transfers happen automatically whenever possible (i.e. channel is enabled, transmit data is available, receive buffer space is available) Oct 09 01:16:22 maybe I misconfigured some register Oct 09 01:17:05 did you read the received data? Oct 09 01:18:50 otherwise the transfer will come to a halt after one word (or two in turbo mode), assuming fifos are disabled Oct 09 01:19:02 is in transmit only mode Oct 09 01:19:18 hm ok Oct 09 01:20:16 which spi mode? Oct 09 01:21:01 mode 1 ? Oct 09 01:21:07 ok Oct 09 01:21:44 then dunno Oct 09 01:22:56 read the TX empty flag could be? Oct 09 01:29:57 okay, back to the TRM Oct 09 02:26:01 hi **** ENDING LOGGING AT Tue Oct 09 02:59:59 2018