We use the CMSIS-Driver for SPI/I2C communication inside our
project.
Our application will run on 2 different hardwares. We would like to
use the same binary
for both devices. We can detect the current hardware, but it is not
possible to change the pin / ports of the CMSIS-Driver dynamically.
Because the different hardwares havn't exactly the same pin
layout.
The pin/ports are set with #defines and therefore of corse
it isn't possible to change anything dynamically.
For our p
↧