cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo-L432KC : Generated Code Will Not Compile ADC_CHANNEL_DAC1CH2_ADC2

Nuser
Associate II

Requesting "VDAC1_OUT2 Channel" on ADC IN18 causes the .ioc file to generate the following line:-

 sConfig.Channel = ADC_CHANNEL_DAC1CH2_ADC2;

which doesn't compile, I think it should be:-

 sConfig.Channel = ADC_CHANNEL_DAC1CH2;

1 ACCEPTED SOLUTION

Accepted Solutions
Mike_ST
ST Employee

Thank you for the report, Ticket entered.

View solution in original post

5 REPLIES 5
Nuser
Associate II

This issue is still not fixed as 01-MAR-2021. IDE V 1.6.0 and FW Package STM32L4 1.17.0

There is no ADC2 in the chip!

Ons KOOLI
Senior III

Hi Nuser,

Can you please share your .ioc file ?

Best Regards,

Ons.

Nuser
Associate II

Of course, it is attached.

Mike_ST
ST Employee

Thank you for the report, Ticket entered.

Ons KOOLI
Senior III

Hi Nuser,

Can you please mark this question as answered by Selecting the best answer?

Best Regards,

Ons.