• 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...
  • not working
    hi sir, i hav been trying one code since yesterday, but the code is not entering to main().PC is sticking at 'BX R0',part of start up file. the PC is not going furthre from the : 0x08001530 BEAD...
  • Not working
    in the simulation program running smoothly, but when the diwnload to the target is not working as it should. . The following source code #include <LPC214x.H> void delay(unsigned int lama...
  • 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...