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

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

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

1,305 次查看
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,095 次查看
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,095 次查看
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,095 次查看
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 项奖励
回复