You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the 6HC and 6XD we use separate non-cached RAM areas for the Lwip PBUF pool, the WiFi transfer buffers (6HC only) and the SBC transfer buffers. We could save 16K of RAM by allocating the SBC transfer buffers on top of the PBUF pool and reducing the non-cached RAM size by 16kb in the linker script.
The text was updated successfully, but these errors were encountered:
On the 6HC and 6XD we use separate non-cached RAM areas for the Lwip PBUF pool, the WiFi transfer buffers (6HC only) and the SBC transfer buffers. We could save 16K of RAM by allocating the SBC transfer buffers on top of the PBUF pool and reducing the non-cached RAM size by 16kb in the linker script.
The text was updated successfully, but these errors were encountered: