Forum Discussion
Altera_Forum
Honored Contributor
16 years agoInteger in NIOS...
Hello as i know integer can hold 2^16 data but
typedef struct flash_region
{
int offset;/* Offset of this region from start of the flash */
int region_size;/* Size of this erase ...
Altera_Forum
Honored Contributor
16 years agoYou could use 'alt_u32' data type including library '#include <alt_types.h>'. It is of 32 bits and can serve your purpose