• Merge a STM32CubeMX-made project with a mbed-made project
    Hello everyone! I'm working on a project on a Nucleo F411RE that uses a few peripherals of the STM32F411RE including the I2S port. On the one hand I have manage to get the I2S to work using STM32CubeMX...
  • 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; ...
  • STM32CubeF4 1.4 merge into pack
    Hello everyone, I have noticed that the current version in the Keil pack is 1.10. I was wondering when Keil is planning on integrating version 1.40. Thank you
  • 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?