how to debug code on FRDM-K64F board without erasing bootloader?

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

how to debug code on FRDM-K64F board without erasing bootloader?

1,310件の閲覧回数
Abil
Contributor II

hi,

how to debug code on FRDM-K64F board without erasing bootloader? am using codewarrior 10.6 and MQX rtos

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

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

Hello shweta,

When you debug ,you can use the "Target Tasks" ,  it can select the address of erase and program.

You find it on the menu : Window -> show view -> other -> Debug :

pastedImage_2.png

When configure , it as this :

pastedImage_1.png

pastedImage_0.png

About the detail , you can refer to the DOC "Targeting_Microcontrollers.pdf" , it under the CW installation directory :

\CW MCU v10.6\MCU\Help\PDF\Targeting_Microcontrollers.pdf

-> 17.1.4 Configure the Flash Programmer Target Task

Hope it helps



-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

Have a great day,
Alice

0 件の賞賛
返信

1,100件の閲覧回数
Abil
Contributor II

hi,

how to make tasks periodic in mqx rtos, i have created task which is

executing one time, nw i want to call that task periodically, how to do

this? also do i need to set timer in MQX4.2 or rtos will take care of it?

am using Code warrior 10.6 with MQX4.2 without processor expert.

On Tue, Nov 3, 2015 at 2:58 PM, Alice_Yang <admin@community.freescale.com>

0 件の賞賛
返信

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

Hello ,

""how to make tasks periodic in mqx rtos," this "tasks" is the mqx task or the "Target task" i mentioned before ?

If the first one,  i think you can refer to the mqx demo code under mqx4.2 install directory.

If the second , it only can execute one time when debug .

Hope it helps

Alice

0 件の賞賛
返信