pussuw commented on PR #8643: URL: https://github.com/apache/nuttx/pull/8643#issuecomment-1442876177
One common source of such issues is the config values, like ram start and size ``` CONFIG_RAM_SIZE=1048576 CONFIG_RAM_START=0x80100000 ``` Another error in your config is that your user heap and pgpool virtual addresses overlap ``` CONFIG_ARCH_HEAP_VBASE=0xC0200000 CONFIG_ARCH_PGPOOL_VBASE=0xC0200000 ``` Seems like you have some happy debugging to do! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org