• If my UART driver returns a capability as false, does it mean the hardware is not capable?
    I need a timeout event for my UART receiver. I followed guide to get the capabilites of the driver. It returned false for Event Rx Timout. Does this mean that the µC is not capable of it? In my case it...
  • uint32_t undefined
    uVision puzzles me a fair bit. In my project I have declared instances of TIM_TimeBaseInitTypeDef, RCC_ClocksTypeDef, I2S_InitTypeDef without any problems. Now I'm trying to declare an instance...
  • __asm uint32_t test (uint32_t data) problem
    Want to declare an assembler function (to be called from standard C) for a Cortex-M3 (LPC1343) like this: __asm uint32_t RevBytes (uint32_t data) { rev r0, r0 bx lr } Using armcc.exe V5.06...
  • Possible bug / missing feature in CMSIS UART Driver for LPC1769
    I have made some changes to the RTE_Device.h that are necessary for my UART transmission to work properly. Unfortunately I cannot set this via the API in Driver_USART.h. Will these changes be overwritten...
  • Causes for the below
    Hello! Can someone point out as to why the below are happening: 1. *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: XDATA SEGMENT: ?XD?_CMD_AUTOCAL_I?CALI LENGTH: 000013H I understand that there...