Hi,
i did not connect an led to p1,3
what i did is add this to line 67, rest of supplied code was unchanged, for the fun of it i also checked without changes to your code, which in this case the change i made should not break the toggle of pin 1,3 ...
expected result: the led on the board & pin 1,3 would change state every 1 second.
actual result: led flashes & pin1,3 stays high.
while (1)
{
/* Delay 1000 ms */
SysTick_DelayTicks(1000U);
GPIO_PortToggle(GPIO, BOARD_LED_PORT, 1u << BOARD_LED_PIN);
GPIO_PortToggle(GPIO,1,0x08);
}
kind regards,
Bonus info:
we just checked the board from unopened and unused board and
even with original code that comes supplied with the board pin1,3 is high while all other SPI related pins are pulled low.
P1,3