Quantcast
Channel: MSP low-power microcontrollers
Viewing all articles
Browse latest Browse all 62309

Forum Post: RE: SW Buffer SIZE limitation in MSP430F5419A

$
0
0
Yes, there are 16KB of RAM. If you do not use RAM for any other purposes at all, you my use a 16KB sw buffer. But c compiler will not allow you to do that. It has to allocate RAM for stack, static variables, etc. If you are not using much of those, you can probably have enough RAM left for 15KB sw buffer. But if you use library functions and include other code, you may end up not having enough RAM for them. The compiler/debugger has its own problems too. It is not the patron saint of programmers, it may give you troubles with or without warnings with or without a justifiable reason.

Viewing all articles
Browse latest Browse all 62309

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>