
29 Apr
2012
29 Apr
'12
9:51 a.m.
On Sat, Apr 28, 2012 at 9:16 PM, Christopher Kormanyos <e_float@yahoo.com> wrote:
Because I never figured out a way to *place* an array at
the known physical address in memory where I want it, such as 0xFFE0, or whatever the address of, say, the ADC result registers may be in the microcontroller.
Maybe there is a simpler way to do things like this. But I never got it. Any advice would be welcome.
What about placement new? Or an array_ref (not part of Boost). Olaf
Sorry, I was unclear. I meant that I never figured out how to put std::array at an address of my choice. Unfortunately,
Wouldn't placement new allow you to do just that? -- Olaf