• SPI3 and SD Card
    Hi Does anybody have a working example of an STM32F407VG reading and or writing an SD card using SPI3. I have tried everything but always fails on mount with fsMediaError am at my wits end, i have...
  • SPI3 and SD Card
    Hi Does anybody have a working example of an STM32F407VG reading and or writing an SD card using SPI3. I have tried everything but always fails on mount with fsMediaError am at my wits end, i have...
  • Problem using Serial Wire and SPI3
    Hi, I'm using the STM32F105 and unfortunately I have a problem regarding to the serial wire debugging. Abstract: In my application I have to use both, SPI2 and SPI3 simultaneously. In order...
  • Problem using Serial Wire and SPI3
    Hi, I'm using the STM32F105 and unfortunately I have a problem regarding to the serial wire debugging. Abstract: In my application I have to use both, SPI2 and SPI3 simultaneously. In order...
  • strpos() not working when strstr() works
    Dear Board I’m using STM32F103 controller, when I use strstr function for finding a word in a string the compiler throws a warning. No issue for me but the code works fine But when I use strops...