• Can't find .text section of certain functions while doing libgcc extraction for FPU
    Hello people. I've been doing libgcc subset extraction for cortex m4(armv7e-m). I'm using gcc version 4.9.1. The basic methodology I'm using includes, i- Build gcc and locate the armv7e-m/libgcc/libgcc...
  • Can't find .text section of certain functions while doing libgcc extraction for FPU
    Hello people. I've been doing libgcc subset extraction for cortex m4(armv7e-m). I'm using gcc version 4.9.1. The basic methodology I'm using includes, i- Build gcc and locate the armv7e-m/libgcc/libgcc...
  • initialising a static lookup table from a DAT/TXT file.
    Hi, I am in an urgent requirement of incorporating an array of unsigned char [100][100] lookup table for calibrating a sensor data, into my program. The data is available in the form of a MS Excel sheet...
  • initialising a static lookup table from a DAT/TXT file.
    Hi, I am in an urgent requirement of incorporating an array of unsigned char [100][100] lookup table for calibrating a sensor data, into my program. The data is available in the form of a MS Excel sheet...
  • How to transfer txt file to the board and read this file?
    Hello, I am playing with a STM32F746NG board, and I am trying to implement a chess game on the board. To do this, I have found an existing Chess Engine (TSCP) and it is working perfectly in Visual...