Forum Discussion
andy25
Occasional Contributor
2 years agoNios 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_...
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
I got it, just to confirm again, is this warning is on the FreeRTOS? Did you see same warning on the Altera HAL?