Where is the low level function source code?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Where is the low level function source code?

ソリューションへジャンプ
1,277件の閲覧回数
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,110件の閲覧回数
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,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 件の賞賛
返信