Hello, For my device, CS is active high, and the default CS pin behavior is active low. I am using IOM0 and tried to change line 244 in am_bsp_pins.c to the following
However, when I probe GPIO11, (as well as the SCLK AND SDI), the clock and data lines look correct, however, I couldn’t for my life change the CS line to be active high…help is much appreciated!
The Sparkfun version V2.xx will need a recompile of the pre-compiled MBED library before any change that is made in cores/mbed-os folders is applied. Have not looked at 2.5.1. yet. Maybe try Sparkfun version 1.2.3 to see what happens.
paulvha:
The Sparkfun version V2.xx will need a recompile of the pre-compiled MBED library before any change that is made in cores/mbed-os folders is applied. Have not looked at 2.5.1. yet. Maybe try Sparkfun version 1.2.3 to see what happens.
Ooooh, wasn’t aware of that at all…Could you point me to how to go about doing this? Is there an easy way to do this on Windows with Keil by any chance?