Yes that is an error, sorry about that! A0 is pin 50. I have that and other errors documented here (errata if you will): https://github.com/spark/docs/issues/19
Hi, all. Terribly sorry about all of that. These datasheets have been removed from the docs site. They will return, rising like a phoenix from the ashes, when we deem them error-free.
@sparkly, I’m sending you a PM to see what we can do to help out with that PCB problem.
Toggle some pins, just using the pinMode() and digitalWrite() for now.
Pin map index number I have to call doesn’t match the names in stm32f2xx/pinmap_hal.c
For example I’m trying to toggle P1 pin 45 (named GPIO_7 on the eagle symbol), after some experimentation I found using pinMode(2, x ) & digitalWrite(2, y ) worked even though 2 is listed as GPIO_5 in the pinmap_hal.c file. The same is true for other pins listed as GPIO.
Since the P1 datasheet is down at the moment, I thought I’d ask here if anyone knows where I could find the info.