This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to simulate analog input to ADC0 pin on logic analyzer ?

I tried using variable names ( AD0 , Ain0 ) non of them was identified in Keil's logic analyzer , and also non of VTREG signals was related to ADxx  ( Update : discussion moved to https://community.arm.com/developer/tools-software/tools/f/keil-forum/45258/how-to-simulate-analog-input-to-adc0-pin-on-logic-analyzer/162319#162319 )

Parents
  • I want to simulate performance of a code uses ADC module in MKL25Z board using  Keil uVision5  simulator , this requires supplying virtual signal to one of its ADC channels , i tried adding variables to logic analyzer ( AD0 , AD00 ) but it gave me "Unknown signal error ,   so i typed " DIR VTREG  " in command window and non of the signals was related to AD module ( this explains the error ) , so i want to know  how to enter a signal with certain value and also how to link this signal to a particular pin in my board .

Reply
  • I want to simulate performance of a code uses ADC module in MKL25Z board using  Keil uVision5  simulator , this requires supplying virtual signal to one of its ADC channels , i tried adding variables to logic analyzer ( AD0 , AD00 ) but it gave me "Unknown signal error ,   so i typed " DIR VTREG  " in command window and non of the signals was related to AD module ( this explains the error ) , so i want to know  how to enter a signal with certain value and also how to link this signal to a particular pin in my board .

Children