Forum Discussion

andy25's avatar
andy25
Icon for Occasional Contributor rankOccasional Contributor
2 years ago

Nios V i2c ALT_AVALON_I2C_STATUS_CODE

altera_avalon_i2c.h defines: typedef alt_u32 ALT_AVALON_I2C_STATUS_CODE; Which is an unsigned type, which is a problem because the errors are all negative. This compiles with a warning: ALT_...