• Error setting NVIC priority usng std periph lib
    I'm using the Keil development board with a cortex 4 stm32f407. I started with the RT flash file system example which uses a uart and then added the RTX OS to setup some threads. Now I'm trying to add...
  • 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...
  • Bootloader with Encryption for STM32F103?
    Hello, I look in vain for the STM32F103 bootloader with secure (encryptet RSA or AES or ..} project For exmamplele Silb have for EFM32 mcu AN0060: Bootloader with AES Encryptio www.silabs.com/.....
  • CMSIS SPI driver for STM32f103
    Hi I am currently using SPI driver from CMSIS drivers, SPI_STM32F103xx.c for my project.(STM32F103RB discovery board) I configured RTE_driver.h, defined RTE_SPI1 as 1, since I require SPI1 access...
  • 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