Arduino Forum
memcpy
Projects
Programming
system
March 15, 2012, 8:25pm
2
Have you tried a simple cast?
memcpy(buffer,
(char *)
cube, CUBE_BYTES);
show post in topic
Related topics
Topic
Replies
Views
Activity
volatile keyword needed when only reading in ISR?
Programming
4
1812
May 5, 2021
problem with volatile declaration
Programming
10
5403
May 5, 2021
Should I be worried about this warning?
Programming
8
1575
May 5, 2021
Question re: pointers and arrays
Troubleshooting
8
3962
May 6, 2021
Do arrays need to be declared volatile?
Programming
26
14552
May 5, 2021