LCD example project for Kwikstik won't run on device

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

LCD example project for Kwikstik won't run on device

ソリューションへジャンプ
2,522件の閲覧回数
dividebyzero
Contributor I

I tried downloading the LCD_Example project from

KWIKSTIK-K40

The project compiles, but when I try to run it on the Kwikstik, I get the following error:

Error launching LCD_Example_MK40X256VMD100_INTERNAL_RAM_Segger J-Link, Could not open memory configuration file

I'm using a Kwikstik (onboard MCU appears to be PK40X256VLQ100). The project uses the MK40X256VMD100.h header file.

I don't know where I would find the memory configuration file. Codewarrior's built in help tool and google searching have been useless so far. I'm a bit of a newbie to this, so help would be appreciated.

ラベル(1)
0 件の賞賛
返信
1 解決策
1,583件の閲覧回数
dividebyzero
Contributor I

Sorry, I figured it out a while ago. I forgot to update this question with my solution. For some reason when I imported the project, it was set up to use the P&E programmer. If I manually changed config to J-Link, it wouldn't setup correctly.

I just created a new project, selected J-link in the project setup wizard, and then copied all the code over. It then worked.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,583件の閲覧回数
admin
Specialist II

Try running it out of FLASH instead of RAM. 

(If you go into the properties of your project under C/C++ build there is a drop-down to change the configuration.)

0 件の賞賛
返信
1,584件の閲覧回数
dividebyzero
Contributor I

Sorry, I figured it out a while ago. I forgot to update this question with my solution. For some reason when I imported the project, it was set up to use the P&E programmer. If I manually changed config to J-Link, it wouldn't setup correctly.

I just created a new project, selected J-link in the project setup wizard, and then copied all the code over. It then worked.

0 件の賞賛
返信