Hello Kiste,

On 12/11/2020 21.57, 'Oliver Seitz' via jallib wrote:


serial_hw_int_cts uses a lot of RAM for buffers, so it is likely that the large_array variables are placed differently depending on which serial lib is used.
This library reserves (by default) 32 + 64 bytes for output and input buffering. Not much compared to the large arrays, and if you want they can be reduced. Furthermore: the serial buffers are located in the first data bank among other variables, while the large arrays are located in completely free banks.
So I don't think (the locations of) the serial buffers are not of influence.

Regards, Rob

--
*Rob H*amerling, Vianen, NL

--
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/11de9a37-949e-00c3-f457-e72681011fa5%40gmail.com.

Reply via email to