• How to Incorporate Fortify Scanning
    For all of our other embedded software, Make is used to build the projects. However due to Microvision not using Make, I have yet to figure out how to incorporate Fortify Scanning. If anyone is...
  • Importing CPP libs to CubeMX project
    Hi, I am trying to import .cpp file to stm32f103c8 CubeMX project. I have a CPP file I want to import to keil. How can I compile CPP and C files at the same time on Keil. Can I do that? I want to...
  • CPP examples
    Hi all, i am using LPC2368 controller and RV-MDK tools, where can i get the cpp examples for the above? thanks in advance srinivas
  • How to call C functions from CPP file
    I have somу C source files and some CPP source files. I'm trying to call function, written in C from CPP file. For example filea.c int apb(int a, int b) { return a+b; } filea.h ...
  • Problem when incorporating a secondary Bootloader with STM32
    I'm working on a project using a STM32105 microcontroller. An RTX application is loaded at 0x8020000 while a secondary bootloader is loaded at 0x8000000. Transferring execution to the application from...