tx_byte_allocate()

I want to allocate memory dynamically with tx_byte_allocate(). This function needs a byte pool that should be created with tx_byte_pool_create().

This function needs a pointer to the memory location where the pool should start. Most examples in the documentation use a fixed address (like 0x500000). Which address should I use?

(I’m using a DigiConnect ME with NET+OS 7.1 and the GNU/Microcross toolchain).