olliw42 / stm32ll-lib

Library for STM32
GNU General Public License v3.0
4 stars 2 forks source link

stm32f1 spi1 remap #3

Closed jlpoltrack closed 6 months ago

jlpoltrack commented 6 months ago

Allows remapped SPI1 pins on STM32F1 (needed for FRM303 with STM32F1 swap)

jlpoltrack commented 6 months ago

OK, now have '#ifdef' for both LL functions

olliw42 commented 6 months ago

thank you so much for going with my little nastiness :)

I guess you have tested this ... I will merge in a short while if I don't hear a don't do so LOL

jlpoltrack commented 6 months ago

Compiles for me and shows that it is getting called as I expect: image

olliw42 commented 6 months ago

THX again.