Programming question on FRDM-56F83000

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

Programming question on FRDM-56F83000

3,574 次查看
DerekXiang
Contributor I

      I create one project about FRDM-56F83000 (File-> New -> Project -> New Stationery Project, MC56F83789 -> MC56F83000-EVK -> C_Application), then compiling and programming are normal. But I added any code in main() function, the project could compile, and it could not program(the error windows appears). Why about this?

      The attachment is the error information.

标记 (1)
0 项奖励
12 回复数

3,459 次查看
haroldhulbert91
Contributor I

Did you get the solution? If yes then please share with me, I am a beginner in programming and I face the same issue, in fact your error file help me alot. 

0 项奖励

3,459 次查看
DerekXiang
Contributor I

Hi, XiangJun,

     Thanks! I can only try to use this software tool by myself. 

0 项奖励

3,461 次查看
DerekXiang
Contributor I

Hi, XiangJun,

     Thanks you for your reply. 

     According to your means, I could program the code.

     Do you have other document about the GCT using (except the DSC56800EX Quick Start User’s
Guide)?

0 项奖励

3,461 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,Derek,

Unfortunately, I have not the other documentation about the quick-start tools, the DSC56800EX Quick Start User’s
Guide is the only one I have.

BR

XiangJun Rong

0 项奖励

3,461 次查看
DerekXiang
Contributor I

Hi, XiangJun,

     After I recompiled the project, I could not download code to flash. In the previous email, I have added the problematic project. 

0 项奖励

3,461 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Derek Xiang,

After I modified your code, I can debug your code as the screenshot.

As I said, if you create a project based on Quick Start tools, you have to load the GCT and setting the GCT correctly.

pastedImage_2.png

Enable GPIOF gated clock in GCT tools

pastedImage_3.png

//set up GPIOF8 pin as output

pastedImage_4.png

//add the code in while(1):

            ioctlGPIO_SET_PIN(GPIO_F,BIT_8);  
            ioctlGPIO_CLEAR_PIN(GPIO_F,BIT_8);

pastedImage_1.png

0 项奖励

3,461 次查看
DerekXiang
Contributor I

HI, Xiangjun,

      I have already installed the quick_start tools according to this PDF document.PG4.png

0 项奖励

3,461 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Derek,

After you download quick_start tools and recompile, can you download code to flash now?

BR

XiangJun Rong

0 项奖励

3,461 次查看
DerekXiang
Contributor I

Hi, XiangJun,

      The attachment is the problematic project. 

      Please check whether it could download on your 56F83000_EVK hardware.

0 项奖励

3,462 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Derek,

I have to make sure that the hardware connection is okay.

If you use on-board OSJTAG, you have to close J11 and inset USB cable to J8.

If you use Multilink Universal device, pls select Open J11 on the FRDM board, and select the ********U-Multilink as following Fig

Note that the USBTAP device is NOT supported for MC56F83xxx family.

Hope it can help you

BR

Xiangjun Rong

pastedImage_1.png

0 项奖励

3,462 次查看
DerekXiang
Contributor I

Hi, Xiangjun,

      I make sure that the hardware connection is okay.  I can program the other example code which was created by the other method. 

     You need create the project by "New Stationery Project", then you could repeat this question. 

      The following is the related  picture.

PG1.pngPG2.pngPG3.png

0 项奖励

3,461 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Derek,

Regarding the project created with the procedure File-> New -> Project -> New Stationery Project, MC56F83789 -> MC56F83000-EVK -> C_Application, this is a template based on Quick_Start tools, if you use the project, you have to install the quick_start tools.

Pls refer to the attached doc for installing the quick_start tools.

Hope it can help you

BR

XiangJun Rong

0 项奖励