User Activity

Posted on October 09, 2015 at 13:23 I have I2C slave working to a point but have an event code which causes the isr to trigger continuously. Simplified code below. Now I am using a ''Total Phase Aardvark'' to ask for 8 bytes of data and ...
Posted on September 28, 2015 at 16:08 Change my code now to use multiple channels and added in DMA. If I ask the DMA to give me 4 sample from 3 channels, I get the 12 samples, whats the correct way to get the DMA to start again ...
Posted on September 22, 2015 at 13:29 Initialisation call from main adc_setup_data.adc_block = ADC1; adc_setup_data.adc_channel = 1; adc_setup_data.adc_number_of_bits = ADC_Resolution_12b; adc_setup_data.adc_sample_time = ADC_SampleTime_16Cycles;...