piotr022 / UV_K5_playground

425 stars 66 forks source link

Is there a GPIO pin assignment list? #62

Closed rogerclarkmelbourne closed 1 year ago

rogerclarkmelbourne commented 1 year ago

Looking through the code I can see various GPIO pins like B3 and C6 for the backlight and flashlight control.

Do you have a full list of the pin assignments, for the GPIO and also any I2C and SPI busses ?

Also. Is the processor a clone of a STM32G030C8? Because looking at some of the GPIO pin numbers used in the code, I can't see those pins on the LQFP48 official STM32G030C8 device

Edit.

I see the GCC settings are for the STM32F030x8 but the vsCode svg is for the G030

I'll need to check the GPIO pins on the F030x8 as perhaps they are different from the G030x8

Edit 2.

OK. My bad

If the process is F030 then it makes more sense

But it would be good if there was a complete list of the GPIO and other interface connections

rogerclarkmelbourne commented 1 year ago

Umm. Looks like this is not an identical clone of the STM32F03x8

I'll need to do my own research