Where is the low level function source code?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Where is the low level function source code?

跳至解决方案
1,278 次查看
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 项奖励
回复
1 解答
1,111 次查看
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 项奖励
回复
1 回复
1,112 次查看
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 项奖励
回复