Close

GPIO mapping

A project log for Amazon Dash and other STM32 ARM Adventures

Got STM32?

georgeGeorge 02/27/2016 at 18:060 Comments

I've mapped the platform_gpio_pins table from Cottonelle.bin to some readable source code. After cross referencing it with maximus64's work, this is what we've got:

We have some potential candidates for the SPI GPIO now. The WICED SDK is kind of fast and loose with how GPIO are declared and referenced in the other data structures, so I might have to due a bit more byte sniffing to figure out if I can glean more information about platform_spi_mapping_t and wiced_spi_device_t.

Discussions