FreeMaster 3.2 : Cannot detect the board information : 0x80000101

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

FreeMaster 3.2 : Cannot detect the board information : 0x80000101

930件の閲覧回数
Shreyas_Bhat_Karkala
Contributor III

Shreyas_Bhat_Karkala_0-1734428848197.pngShreyas_Bhat_Karkala_1-1734429148836.png

Shreyas_Bhat_Karkala_2-1734429169010.png

hi, we are trying to read RD-K344BMU using free master 3.2 GUI the above errors are been showing after we tried to configure baud rate and port.

タグ(3)
0 件の賞賛
返信
2 返答(返信)

902件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Was Freemaster running before?

Which code you load into micro? Your custom or some example code from NXP?

 

General reasons why FreeMASTER can become un-responsive when using a serial line:

  • Application main-loop gets too busy and FreeMASTER operates in a polled mode (FMSTR_POLL_DRIVEN). A solution may be to use interrupt-driven communication or to lower the communication baudrate.
  • System overload - if application is spending too much time in interrupts, not leaving enough of run time to communication processing.
  • FreeMASTER reads a different ELF file than actually running in the MCU. This would cause the variables to be read from different addresses. A solution would be to reload proper ELF file or use the TSA runtime symbolic tables.
  • System clock, pins or other configuration changes, resulting in UART becomes misconfigured.
  • Physical damage of the chip (?) Does the FreeMASTER work better if you try your "yesterday's" version? If not, then a physical damage could be relevant.

 

You can check our guides here:

https://community.nxp.com/t5/FreeMASTER/bd-p/freemaster

Best regards,

Peter

891件の閲覧回数
Shreyas_Bhat_Karkala
Contributor III
Hi, Peter We found that in the NXP provided example code there are safety libraries which are creating this problem since we do not have safety library .c files. free master is working fine if we only connect BJB and bypass the CMU INIT.
0 件の賞賛
返信