• Memory Pool (malloc/free) Free Space?
    Quite simply, how can I tell how much free memory I have in a memory pool? I've created a memory pool, initialized it with init_mempool and use malloc & free finctions for memory management. Is...
  • Looking for free memory
    I'm using P89C51RD+ which has 64kb Flash. I am using the remaining memory of the Flash after the code.When the memory is full I want to tranfer the data to the pc. My problem is where to start to look...
  • Simulates and emulates bug free
    I got my program to a point where I needed to test so I ran it in the uVision simulator. It was flawless. I fired up my Nohau emulator and ran it on our new PC board. Perfect. I burned a chip (89C51RD2...
  • Free pascal compiler for 8051
    For those who like programming in Pascal here is Turbo51 - a free Pascal compiler for the 8051 family of microcontrollers: http://turbo51.com/ It features a fast single pass optimizing compiler...
  • find start of free code space
    Hello, I need to find the beginning of free code space to use for a flash filesystem. I did not see any compiler defined symbols in the M51 file to help. I can declare a large array in code space...