• Problem declaration
    Hello My problem is that i want to create a file that contains some subroutine and call these routines from an other files that contains the main program. So in the main file i write this lines ...
  • Declaring memory space in external memory
    Hi, I'm using the STM32F103ZD microcontroller. This uC is residing on some control board and is physically connected by it's address bus and data bus to an external 1M*16 SRAM memory chip. I...
  • Declaring variables in external memory space
    I am using an LPC2468 processor with external SDRAM starting at address 0xA000000 in addition to the the processors built in RAM. I need to define variables in both address spaces. My predecessor...
  • Declaring variables in external memory space
    I am using an LPC2468 processor with external SDRAM starting at address 0xA000000 in addition to the the processors built in RAM. I need to define variables in both address spaces. My predecessor...