Difference between OSEG and DSEG in SDCC compiler041 (3/15/2006 5:43:38 AM) comp.arch.embedded Hi All, I am Ravikumar.N. I have a doubt regarding the memory map layout of the 8051 used along SDCC compiler. 1) What is the difference between OSEG and DSEG in SDCC compiler. I feel that both O... ravikumar
Program misbehaving when Timer3 SFRPAGE is accessed234 (2/16/2006 11:10:18 AM) comp.arch.embedded Hi All, I am Ravikumar.N, using C8051F130 microcontroller for my application. I am using SDCC compiler. My code is as follows. void main() { char SFRPAGE_SAVE, RESTORE_SFRPAGE; SFRPAGE_SAVE... ravikumar
consecutive bytes in internal RAM for DSEG334 (2/14/2006 9:41:35 AM) comp.arch.embedded Hi All, I am Ravikumar.N, using SDCC compiler with Cygnal C8051F130 microcontroller for one of my application. Used large memory model here. The folowing is my issue. I have declared an array of 600 o... ravikumar
To find value for 8051 Timers to program in MODE 2338 (10/20/2005 5:11:10 AM) comp.arch.embedded Dear Experts, I am Ravikumar.N, working on Atmel At89c52 microcontroller. I have an issue regarding the Timers of the controller to be used in mode 2. 1)I want to generate a delay of 200 micro... ravikumar
Use of Function Pointer in Embedded Systems #2050 (7/15/2005 2:06:12 PM) comp.arch.embedded Hi All, I am Ravi Kumar.N, I have an issue regarding function pointer. 1) What is the advantage of using function pointers in embedded systems. 2) What is the difference between an ordinary function ... ravikumar
Use of Function Pointer in Embedded Systems929 (7/15/2005 2:05:58 PM) comp.arch.embedded Hi All, I am Ravi Kumar.N, I have an issue regarding function pointer. 1) What is the advantage of using function pointers in embedded systems. 2) What is the difference between an ordinary function ... ravikumar
Use of Function pointers #2025 (7/15/2005 2:03:45 PM) comp.programming Hi All, I am Ravi Kumar.N, I have an issue regarding function pointer. 1) What is the advantage of using function pointers. 2) What is the difference between an ordinary function call and calling a ... ravikumar
Delay generation using NOP of 80511237 (2/17/2005 2:43:13 PM) comp.arch.embedded Respected Experts, Iam RaviKumar.N, working on AT89c52 microcontroller. I want to generate a delay of 1ms(milli second) using NOP instruction of 8051. I would like to know how many NO... ravikumar.n(35)