TerryWoo123
Results
2
issues of
TerryWoo123
1. I received void MXC_ADC_RefCalibration(mxc_adc_revb_regs_t* adc, mxc_adc_req_t *req) this function from Sanjay.Jaroli last year. this is used to load trim value of ADC reference, to improve accuracy of ADC, for...
enhancement
I found a bug in MXC_I2C_RevA_SetFrequency() of i2C_reva.c . Once I2C clock is set between 1MHz~2MHz, function will return will error E_BAD_PARAM. ``` if (hz > MXC_I2C_REVA_FASTPLUS_SPEED && hz
bug