Hello experts,
as you can see in the source code, I am trying to allocate a memory area within the heap.
However, it did not work. The malloc() function always returns with a null pointer (p_data = NULL).
I tried all combinations of the four settings (see picture below). But it did not help.
Can you give me some hints to solve the problem?
Thanks in advance - Bui