Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

There are 1 messages in this thread.

You are currently looking at messages 0 to 1.

ISR in SoC - stararvigu@gmail.com - 04:48 03-10-08

Hi all,
My name is Ravi. I am working on system integration and testing.
I am using SDCC compiler for my C code compilation. I have different
peripheral module like i2c, spi, uart, memory controller, lcd.
Inside ISR, based on status of interrupt controller i am setting
flags, and based on these flag i want to call some functions to
reconfigure the peripherals. So where do i need to write those
functions and from where should i call them.  Can I  call these
function in main.

please reply.