• Code Segment for Data
    Hi, Is any option like __flash in IAR to store data in the program memory instead of ram??... Want to store 300 bytes of data "uint16_t data[150]={0x3349, 0x4430...." and read it later. I'm trying...
  • reading data from code memory
    I've stored a hex file in my 8051 code memory starting from 0X5000 onwards and want to read it and store it to another processor.How can I implement it in C
  • reading data from a port
    hi all i am trying to interface a lcd 16x2 display onto my arm7 board which has lpc2148 and since i am new into arm i have a doubt regarding how do we send and read a data on to a particular port...
  • I can not read data from a web page
    Hi , I am sending data to a Web page. Example below *********************************************************************************************************************************************...
  • 'DATA': SEGMENT TOO LARGE
    Hi I have declaring a char array (char buffer[200]), when i compile the program i get a error as data segment too large. can any let me how do i solve the problem Thanks