FRDM-KE06 SDK in MCUXpresso and IAR

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

FRDM-KE06 SDK in MCUXpresso and IAR

1,432件の閲覧回数
yinyang
NXP Employee
NXP Employee

Hi

I've download the FRDM-KE06 SDK for both MCUXpresso and IAR and try to run the frdmke06z_driver_examples_tpm_pwm_twochannel_tpm_pwm_twochannel project in both IDE, and I have problem running in MCUXpresso IDE.

In MCUXpresso.

I can build the project and download through OpenSDA debugger port. While it always output to the P&E semihosting console and give me a dummy input as well. when I unselect the enable semihosting in the startup tab, the download seems not working. I can't run the program.

pastedImage_1.png

pastedImage_2.png

When I use the IAR and run the same project. It works fine. I can see the UART console output and waiting for my inputs from there.  

pastedImage_3.png

2 返答(返信)

1,154件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Yin Yang,

When import the demo project, please check "Redirect printf/scanf to UART":

pastedImage_1.png

then when run the project, it will works the same with IAR:

pastedImage_2.png

Hope it helps

BR

Alice

1,154件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

In addition to Alice's reply, you can easily modify the behaviour of an existing project using the QuickStart -> QuickSettings options as shown below:

pastedImage_1.png

Yours,

MCUXpresso Support