Where is the low level function source code?

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

Where is the low level function source code?

Jump to solution
620 Views
rabbit
Contributor III

I would like export the "Generated_code" to my existing CW project, I can't find the

source code of the low level functions. The compiler will fail.

For example, in the UART3 component, there is function

LDD_TDeviceData* CMD_Uart3_Init(LDD_TUserData *UserDataPtr),

inside this function there is low level function

UART_PDD_SetBaudRate(UART3_BASE_PTR, 11U); /* Set the baud rate register. */

I can't find its source code, the compiler will fail on

Undefined : "UART_PDD_SetBaudRate".

Where is the low level source code?


Regards

Samuel

0 Kudos
1 Solution
453 Views
vfilip
NXP Employee
NXP Employee

Hello,

the PDD macros are stored under the following path:

{YOUR INSTALLATION}\MCU\ProcessorExpert\lib\Kinetis\pdd\inc\

Details also in this thread:

Missing #include "GPIO_PDD.h" from Generated Code

best regards

Vojtech Filip

Processor Expert Support Team


View solution in original post

0 Kudos
1 Reply
454 Views
vfilip
NXP Employee
NXP Employee

Hello,

the PDD macros are stored under the following path:

{YOUR INSTALLATION}\MCU\ProcessorExpert\lib\Kinetis\pdd\inc\

Details also in this thread:

Missing #include "GPIO_PDD.h" from Generated Code

best regards

Vojtech Filip

Processor Expert Support Team


0 Kudos