• Stick timer
    i am using LPC11C24FBD48 Controller and i initialized the Stick timer but when i run the code it is going to Hard fault handler. __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) { if (ticks ...
  • CMSIS FIR filter using real time input from ADC and displaying output on DAC not working properly
    Hello, I am new to this forum and I am facing some difficulty in my program. I am taking ADC input from a DSO- a sine wave at 1kHz frequency, and I am processing the received data and applying filters...
  • STM32F401RE, FreeRTOS: osErrorISR returned by osKernelInitialize(), osThreadNew(), osKernelStart()
    Description Each OS function call returns osErrorISR. What is more, IS_IRQ() function returns value: 32 decimal. It should not happen, because none of the IRQ is defined. osStatus_t osKernelInitialize...
  • Best version tracking tools for embedded software?
    Hi to you all, I'm working on a software involving an LPC4370 (Cortex M4 + 2*M0) and LPCXpresso IDE. I'd like to know if someone knows a good version tracking tool for the platform. My key requisites...
  • Unable to set software breakpoints in IAR IDE
    I'm using IAR Embedded Workbench to debug a Cortex-M0 system interfaced through ST-LINK/V2 SWD. The processor isn't officially supported because it is under development, but the configuration files...