• Malloc
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
  • malloc() use
    Hi! Thank for the possibility to post here.! I'm working with C51 C from Psoc 3 from Cypress. I would need create functions that receive an array, does some process and return an array trough a pointer...
  • Using malloc
    Hi all, "when we use malloc function, memory from the heap gets reserved for particular data type." right now i am using 89v51rd2. in this case, does this reserved memory is from code segment or...
  • malloc trouble
    Hi, I am working with a hardware/firmware combination that have worked together previously, however I have just installed keil on a new computer. When I compile the firmware and program the AT91SAM7SE256...
  • malloc failing
    Hi, I currently encounter problems with malloc. I use microlib and configured the heap to be 32MBytes (0x02000000 bytes). Under some special circumstances (depending on the image date we get from...