Cyclic ADC Channel Numbering - Possible Issue?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cyclic ADC Channel Numbering - Possible Issue?

991 Views
Kirilian
Contributor I

I am using MCUXpresso v11.1.1 Build 3241.  I am using SDK v2.7.0 for the KV46.  I am developing for the KV46F256VLL16 microcontroller.

I am configuring the Cyclic ADC peripheral using the Config Tools.  I am trying to setup two channels (6 and 7), both on ADC B.  See image below.

pastedImage_2.png

The code being generated that relates to configuring these two samples is shown below:

pastedImage_3.png

The problem seems to come from the .channelNumber field.  The value of this field is directly used to configure the CLISTx registers.  However, for ADC B, the values for .channelNumber should be 0x0E (for channel 6) and 0x0F (for channel 7) if the .channelNumber field is being used directly to populate the CLISTx registers.  Populating the CLISTx registers occurs in the SDK function CADC_SetSampleConfig.  In this function, CLISTx is populated using the .channelNumber field value directly.

The Config Tool knows about the full list of ADC channels and which ADC they are connected to.  Perhaps their is a mistake in the Config Tool channel list?  Or am I doing something wrong?

0 Kudos
2 Replies

874 Views
Lukas_Heczko
NXP Employee
NXP Employee

Hi Patrick,

thank you for reporting this issue, attached please find patch resolving this problem.

How to install the patch:

  1. Ensure you have an administrator rights, MCUXpresso Configuration Tools are not running and the MCU data of the MCUs you want to use are available (downloaded) on your desktop.
  2. Copy the content of this archive into the tool's data folder:
    Windows: c:\ProgramData\NXP\mcu_data_v7
    Linux/Mac: /home/<USER>/.nxp/mcu_data_v7
     

Regards,

Lukas

0 Kudos

874 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Patrick,

Yes, you are right.This is a bug. ADCB channel number should from 8 to 15. The ADC examples in SDK use number 8~15 for ADCB. I'll report this bug to software team.

Thanks a lot!

Regards,

Jing 

0 Kudos