chipKIT® Development Platform

Inspired by Arduino™

Stuck in DSPI

Created Wed, 28 Nov 2018 15:58:04 +0000 by Laeeq2410


Laeeq2410

Wed, 28 Nov 2018 15:58:04 +0000

Hello, Iam working on chipkit dp32 rev c board and trying to use a dspi as used in openbci code but it is not working. I found a thread in which someone said it is a problem in bootloader. Now i want to ask now which bootloader i have to upload to work on dspi. Iam using arduino IDE for programing. Regards


majenko

Thu, 29 Nov 2018 09:54:35 +0000

In what way is it not working?

There is an option in the configuration bits to set whether or not PPS is "single configuration only". If that is set then you can't get SPI working because you can't configure the pins in the right way.

However, the boards coming out of Digilent have the right bootloader on them (or I am sure they would have, or someone would have noticed by now). However, if you need to replace the bootloader the current one is on their website or an alternative can be got from github which is compiled by us.

It would help to know just what isn't working about it though...