• Porting of drivers to CMSIS standard
    Hello all, I am a newbie Keil CMSIS RTOS. We have selected STM32F429 as our controller. We need to make our entire application/drivers to be CMSIS compliant. As per our initial analysis, we found...
  • STM32F4 Standard peripheral drivers 1.4.0
    I don't know what is the reason, that standard peripheral libraries 1.3 are removed in new packs for STM32F4. If I now want to develop with STM32F411xx and STD drivers, this is not supported, because...
  • Optimizing Automotive Augmented Reality Applications
    AR (augmented reality) applications require better system performance than traditional applications. The human eye can easily perceive a choppy and slow representation of the physical world because we...
  • Standard C mathematical functions
    Just to confirm, does anyone know if the Keil tool supports standard C mathematical functions? I am trying to use the floor( ) function.
  • KEIL + STM standard peripheral drivers + CMSIS
    Hello people! I am working on a project where I need to use LMS filters module of CMSIS and GPIO and USART drivers of STM standard peripherals library. The GPIO, TIMER and USART drivers are working...