• Simulation - VTREG
    Hi, I wont to Assign Serial I/O to a PC COM Port. But i have problem, There is error undefined name of virtual register! MAP 0x40000000,0x400FFFFF read write MODE COM1 9600,0,8,1 ASSIGN COM1 ...
  • lpc2132 doesn't respond me :(
    Hello; I am an almost a newbie on ARM/ I was trying to figure out how to configure a startup.s file. I worked on PLL settings a little and after that it started not to respond me. please note that...
  • How to use VTREG for C515C controller
    Basically i want to simulate the SSC (SPI) communication in Slave mode so i need help how can i use the SSCCLK (VTREG) register to give input clk to the Controller
  • why pointer doesn't change in struct?
    In below code,I think pointer pexam->pf and pf1 will be same, but why pexam->pf++ can't change? What mistake i make? Can someone will help me. thx! /////////////////////////// struct tagEXAM {...
  • Code relative address change in Keil MVision 2
    I have written my application in C. I want the binary genrated to start from location 4096 (1000H) instead of 0000H, so that the symbol references are genreated accordingly. How can I do this? ...