• CMSIS DSP handle large matrices
    Hello I'm using a cortex-m3 low power MCU to remove baseline from a signal acquired through a sensor, 256 float32_t samples for that I'm trying to implement the Asymmetric Least Squares Baseline Subtraction...
  • file handling
    Hi, I want to create DOC file using LPC2468 usb host and also i want to do formatting of file like making character bold,italic etc .How to write a character as a bold character
  • file handling
    hi sir, I want to read a csv file .how to do file handling in keil microvision 4?
  • External Interrupt handling with RTX Kernel
    Hi; I have been working on a simple project a couple of week now. It has two task which work simultaneously, and an interrupt handler in order to catch user button input.the board i use is stm32l152...
  • how to handle _free_box() failure?
    Hello - we're using RL-ARM RTX on an STM32F105 based product, and passing messages between tasks in our system strictly via mailboxes and memory pools, using _alloc_box() and _free_box() to obtain and...