I want to create object into specific place in memory, in my case it's address 0x64000000, This is external ram and i know this memory is empty (i.e. nothing writes, reads or executes from this memory). So far it seems stable.
I'm running this on stm32f4.
Are there any dangers regarding using placement new like this, and if so, is there any other way to create object into specific memory address?