Forum Discussion
Altera_Forum
Honored Contributor
19 years agostruct
The following code works fine: # define RAMSHADOWBASE 0x01010000# define TESTVARIABLE (*(unsigned int*)RAMSHADOWBASE) Now I want to add a struct on the same way. Thus I want t...
Altera_Forum
Honored Contributor
19 years agoNobody a solution????
--- Quote Start --- originally posted by innotronics@Jan 9 2007, 10:40 AM the following code works fine:# define ramshadowbase 0x01010000# define testvariable (*(unsigned int*)ramshadowbase)
now i want to add a struct on the same way. thus i want to place a structure on a predefined adress in ram memory.
struct looks like:
struct defs
{
unsigned int nr;
unsigned int place;
} lacinghole[40];
somebody a solution for this?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=20433)
--- quote end ---
--- Quote End ---