• No data from ADC1 of TM4C1294
    I'm having a hard time trying to get some data from ADC1 - Sample Sequencer 3 - AI2, of TM4C1294NCPDT. I followed every step in the datasheet http://www.ti.com/lit/ds/symlink/tm4c1294ncpdt.pdf But...
  • No data from ADC1 of TM4C1294
    I'm having a hard time trying to get some data from ADC1 - Sample Sequencer 3 - AI2, of TM4C1294NCPDT. I followed every step in the datasheet http://www.ti.com/lit/ds/symlink/tm4c1294ncpdt.pdf But...
  • stm32f103c8 ADC1 keeps briefly giving random values. perhaps i initialized it incorrectly?
    below is a snipbit of my code that is initializing the ADC1. i am aware that i went over board on the for loops delays but i was trying to see if the issue was being caused by the lack of time needed...
  • stm32f103c8 ADC1 keeps briefly giving random values. perhaps i initialized it incorrectly?
    below is a snipbit of my code that is initializing the ADC1. i am aware that i went over board on the for loops delays but i was trying to see if the issue was being caused by the lack of time needed...
  • .\Objects\Adc1.axf: Error: L6200E: Symbol rb multiply defined (by lpc_syetem_init.o and main.o)
    Hi, I have a main.c file as follows: #include "lpc_system_init.h" int main(void) { uint32_t adc_value; System_Init(); // Initialize System while(1) { // Start conversion ADC_StartCmd(LPC_ADC...