The project generated by MCSDK 6.4.1 compile with errors?
- November 19, 2025
- 1 reply
- 209 views
Hi there,
I generate a project using MCSDK 6.4.1 without any errors. (Find the project file in attachments)
However, when I compile my MDK project, it shows some errors as follows:

The details about the definition:
```c
#define VBUS_PARTITIONING_FACTOR 10.989010989010989 /*!< It expresses how
much the Vbus is attenuated
before being converted into
digital value */
#define NOMINAL_BUS_VOLTAGE_V 24U
#define ADC_REFERENCE_VOLTAGE 3.3
```
Why did these errors happen? Does that mean there are some errors in my MCSDK project file?

