• STM32F103 - Std Periph Driver not working with bootloader
    I am running into an issue with the ST Standard Peripheral Driver. If I download my project to my STM32F103 at Vector 0x08000000, it runs fine. If I use my bootloader to load my project to 0x08004000...
  • STM32F107 - NVIC - Priority
    Using a STM32F107VC (on the MCBSTM32C) I am able to setup and run an interupt driven peripheral. However, I am unable to set the priority of that interrupt using the 'Standard Peripheral' functions...
  • RTX and Standard Periph Library
    Any hints on using the STM standard peripheral library with RTX? Looks like there's overlap on some interrupt controllers and when I try to setup the interrupt controller for SPI using the std periph...
  • Error in std include
    Hi I have a problem concerning compiling my project in uVision4. If i use an example from ST (since I'm using STM32L-Discovery board) VirtualComport_Loopback everything compiles without a problem...
  • Std::vector C++ in Keil
    Is std::vector C++ library not supported in Keil or what? When I debug the program, it just doesn't execute the function that manipulates std::vector and returns a vector