• Memory Pages bigger than 16kB?
    Hello, is it possible to access memory pages with the C167(infineon) that are bigger than 16kB? 16kB per page are to small for my application.
  • Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...
  • How to define a bigger stack for a task
    there are 10 tasks in our application, stack size definition in RTX_cinfig is default setting as follows: // <o>Task stack size [bytes] <20-4096:8><#/4> // Set the stack size for tasks which is...
  • problem with code more than 800 byte size
    Keil evaluation copy is used I am facing problem when i compile a 845 byte size c program written for my project.for 800 bytes it is compiling without error. please help me out for expanding my program...
  • Loading a bigger program via Keil Monitor
    Hi, I like to simulate the program larger than 8KB via Keil monitor, and separate the functions and constant data and put constant data to a extra eeprom. The steps I did are as follows. 1. My...