Hey everyone,
a week ago an Axoloti came to me by a friend. I did not now about it, but have to admit, that I'm quite amazed.
Since I have some displays laying around, I thought I'm gona write a driver for one, to get started with the firmware.
I tried to using SPI1 on PA4..7 alternate(5), but there is some weird stuff going on on the bus. I assume these PINs are used from somewhere else and keep beeing reconfigured. So I had a look into axoloti-control.c and there SPI3 is used on PB3..5 alternate(6)...
...but for that configuration, MOSI (PB5) is actually boot0, so I would have to patch the board in order to use this port, which I don't want if not absolutely needed. (I guess axoloti core will only be available with a new axoloti-core board revision, but however...)
Is there any recommendation on which SPI should be used for that purpose?
Thanks for any hint!
Regards
Pascal