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 agoHello,
An integer is stored as 32 bits (cf Table 7–1 of the Nios II Processor Reference Handbook). And now this is true for all the machine I think, it is not particular to the Nios II. Jérôme