• GNU toolset prob LD/collector2
    Hello, i am having problems getting the GNU tools to run under Keil. It is not the well-known problem of the CGWIN path or the arm-uclibc- prefix. Compiler and assembler do their work, but when the...
  • prob related to external flash memory accessing
    hi, i was trying 2 interface SST flash 39vf400a external flash located at 0x000000. however, while debugging i'm using a initialization file wherein i point PC to internal 8k SRAM address(0x10000000...
  • ulink prob
    How did you solve this problem? How and where to set in utilities? Kindly reply
  • Prob in getchar
    i am using the nrf24E1 board, i transmit the data through serial port and display on PC through hyperterminal, now i want that i have to give some data to the board through serial port and watch the display...
  • log10(...) prob
    hi, i've got a problem when using log10(...) or log(...) from math.h . e.g. log10(10) doesn't return 1 but something like 3.1... e+015. does anyone have an idea what could be the reason for this? ...