• Question about RTOS debugging with MDK-ARM and STM32CubeF4
    Hi, All I'm working on following environment.      Tool chain: Keil MDK-ARM 5      Device/Board :STM32F429NI / STM32429I-EVAL1      Code generator:STM32CubeMX      RTOS:FreeRTOS wrapped by CMSIS RTOS...
  • Merge array
    Hello, My problem is that I want to merge 2 arrays to 1 array but I have errors when I build the program. void can_merge_16_32(u16_t part_a, u16_t part_b) { u32_t output = 0; u16_t i = 0; ...
  • Merge to projects Keil
    Hi, Here is my problem. I have two Keil's projects working perfectly on my hardware. I want to create a project with code to switch from one project to the other. The project 1 includes a switching...
  • Merge of hex or binary images
    I have two seperate hex-files that I would like to merge into a single image. Image A is a bootimage and image B is the application image. Image A starts at 0x00000000, whereas image B starts with...
  • merging coverage files
    I have a handful of people testing a program that needs full coverage testing. Is there any way of merging coverage data files to aggregate multiple files into one?