• Network Component Version 7.3
    Hi I can run the HTTP Server from Network version 6.6 and it's working fine here is the code for version 6.6 int main (void) { osKernelInitialize (); // initialize CMSIS-RTOS // initialize...
  • Network Component Version 7.3
    Hi I can run the HTTP Server from Network version 6.6 and it's working fine here is the code for version 6.6 int main (void) { osKernelInitialize (); // initialize CMSIS-RTOS // initialize...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...