• Usage of memcpy()
    I've got this situation (uVision3 V3.02): Memory config: - RAM at 0x10000-0x20000 - Reserved area: 0x10000-0x10010 When using memcpy in this way: unsigned char an_array[10] = "12345"; memcpy...
  • Ram usage with ec++
    Hi, as I understand from this link: www.caravan.net/.../guide.html in point D1 it is not possible to put an object in ROM if that object is from a class that has been derived from another class...
  • RAM/ROM usage calculation
    Hello, I am using C compiler version 4.27, assembler version 5.04 and linker version 4.28, along with microvision 3.05. Is there a way to calculate the RAM/ROM usage of my application? Thanks in advance...
  • Double pointer usage "freeze"
    Hello! Iam currently working on a project with the XC2785X-104F Controller, uVision 4 and Keil C166 Compiler. Within my code i have to work with matrices and several matrix calculations. Therefor...
  • Usage CAN in C164CI
    I use C164CI-LM (Step AB) for my application. I want to select Port8 (P8.0&P8.1) for CAN transfer and so I use next C-text for initialization CAN: P8 |=0x0003; DP8 &=0xFFFC; ODP8|=0x0002; DP8...