STM32H7: New HAL and PBUF_POOL usage
Hi all,
I am developing an application using bare TCP and UDP connections.
Since the new HAL implementation now uses custom PBuf allocation for Rx memories, I thought about killing the PBUF_POOL since it does not seem to be used anymore now.
I started by testing my application with statistics enabled and indeed, the usage count of memp_stats_PBUF_POOL stayed at zero all the time.
Setting PBUF_POOL_SIZE to 0 reduced my RAM usage as expected and the application is still running normally.
Am I missing anything here? Are you guys aware of some pitfall I did not see or do you think I am safe so far?
