diff --git a/doc/programming_guide/mic_aggregator/mic_aggregator.rst b/doc/programming_guide/mic_aggregator/mic_aggregator.rst index 01da4fdd..478974e4 100644 --- a/doc/programming_guide/mic_aggregator/mic_aggregator.rst +++ b/doc/programming_guide/mic_aggregator/mic_aggregator.rst @@ -144,7 +144,7 @@ Total 76368 9 Board Configuration =================== -Make the following connections using flying leads: +Make the following connections between headers using flying leads: =============== ================ ============================================== Host Connection Board Connection Note diff --git a/examples/asrc_demo/src/shared/div.c b/examples/asrc_demo/src/shared/div.c index 7d61540e..b6c2a11d 100644 --- a/examples/asrc_demo/src/shared/div.c +++ b/examples/asrc_demo/src/shared/div.c @@ -3,7 +3,7 @@ #include "div.h" float_s32_t float_div(float_s32_t dividend, float_s32_t divisor) { - float_s32_t res;// = float_s32_div(dividend, divisor); + float_s32_t res; int dividend_hr; int divisor_hr; diff --git a/examples/asrc_demo/src/usb/adaptive_rate_adjust.c b/examples/asrc_demo/src/usb/adaptive_rate_adjust.c index a3bb1871..fe29a4ee 100644 --- a/examples/asrc_demo/src/usb/adaptive_rate_adjust.c +++ b/examples/asrc_demo/src/usb/adaptive_rate_adjust.c @@ -85,7 +85,7 @@ bool tud_xcore_sof_cb(uint8_t rhport, uint32_t cur_time) if(count == 8) { // Log every 8th timestamp to get the timestamp every millisecond. We always assume USB HS operation with bInterval set to 4 - // implying that SOF are received every 125us but data is transferred every 1ms. The number 8 us hardcoded since this is the only + // implying that SOF are received every 125us but data is transferred every 1ms. The number 8 is hardcoded since this is the only // supported configuration and bInterval is not configurable for this application. timestamp_from_sofs = cur_time; count = 0; diff --git a/examples/mic_aggregator/README.rst b/examples/mic_aggregator/README.rst index 3c23e8e4..52e81746 100644 --- a/examples/mic_aggregator/README.rst +++ b/examples/mic_aggregator/README.rst @@ -131,7 +131,8 @@ integrated XTAG debug adapter). You will require in addition: - J14, J10, SCL/SDA IOT, the I2S expansion header, MIC data and MIC clock. -- A handful of jumper wires connected as below. +- Six jumper wires. Please see the microphone aggregator main documentation + for details on how these are connected. An oscilloscope will also be handy in case of hardware debug being needed.