Search found 3 matches

by mp5
Wed Sep 18, 2019 1:02 pm
Forum: NetBurner Software
Topic: MODM7AE70 Additional SPI Ports
Replies: 4
Views: 3137

Re: MODM7AE70 Additional SPI Ports

So, based upon this lasted doxygen file, it looks like the QSPI for the SAME chip also isn't implemented?! Our fallback was to properly structure our data so that it would come out the 4 data lines on the QSPI port correctly to control 4 devices (higher performance since it transfers in parallel, bu...
by mp5
Wed Sep 18, 2019 12:38 pm
Forum: NetBurner Software
Topic: MODM7AE70 Additional SPI Ports
Replies: 4
Views: 3137

Re: MODM7AE70 Additional SPI Ports

Yea, the DSPI for the one port works fine. I want to access the other ports. So, basically the spec sheet for this thing says "4 SPI Ports", and talks about putting QSPI in single-bit mode to use it as a regular SPI port, etc but really there's only one that works? I kinda need 4...I bough...
by mp5
Tue Sep 17, 2019 1:28 pm
Forum: NetBurner Software
Topic: MODM7AE70 Additional SPI Ports
Replies: 4
Views: 3137

MODM7AE70 Additional SPI Ports

I'm looking to configure the UARTs as SPI ports, and the QSPI in single bit mode. Is there any guide, or examples on how? I've ran through the DSPI, QSPI, and other examples as well as the source files and the API and just aren't finding how you would configure and utilize those. Can you just use DS...