This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to allocate 4k buffer in RAM

Hi ,

I am using PCA10001 board.

Now i want create 4k buffer in RAM. Which is good way allocate memory to 4k buffer.

Can i use dynamic(malloc function) or static memory allocation.

in my case code is also larger.

Regards Balaji

Related