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 region */
int number_of_blocks;/* Number of blocks in this region */
int block_size;/* Size of each block in this erase region */
}flash_region;the value if offset is larger than 2^16 - 1, how does NIOS II handle this ???? can someone clarify this for me....