I’m trying to evaluate the PAN1740 BLUETOOTH MODULE
To do this I need to load the ”full_emb.hex” though the ”Connection manager”
After pressing ”Load Firmware”, I keep getting the following error:
”Unknown command line option loadbin.txt”
Why is that?
Im running Windows 7.
Download and install USB Drivers from Segger are successfully and give me COM5
Med venlig hilsen/ Regards
Steffen Kristensen
Hej Steffen,
Are you using the latest version of the connection manager (3.0.6)? and are you using the .hex file from the latest SDK?
Mvh
TN_Dialog
Hey Steffen,
We figure out that the loadbin.txt file is not installed into the folder ...\ConnectionManager\bin\firmware_upload during installation.
Therefore the Segger cannot burn the full_emb.bin.hex file.
you need to save the txt file in this folder.
Loadbin.txt content:
r
w2 50000012, A6
W2 50003308, 2e
loadbin "full_emb_sysram.bin", 0
verifybin "full_emb_sysram.bin", 0
r
g
exit
Best regards,
Ingo
I have one more question after this, based on the tutorial, when we press "boot as peripheral" or "boot as central,", on the left side, advertise or scan icon should appear, but for my UI, there is nothing there, I cannot figure out the reason.
====> [14:15:53.515] Rx <====
UART COM6 Open
====> [14:15:53.522] Tx <====
Src Task : 0x3f (TASK_APP)
Dst Task : 0xd (TASK_GAPM)
味精Id: 0 x3402 (GAPM_RESET_CMD)
Payload : 02 34 0d 00 3f 00 01 00 01
only this information pop on the right side
HI Gwang
It looks like that the BLE doesn't receive the first command to bring up. Can you please check your SW/HW version are updated?
Hi, FH_Dialog,
I think there is only one version of connection manager, the reason I guess is the incompatibility b/w connection manager and my laptop, because one is 32 bit, one is 64 bit, but now most PC is 64 bit, we have no 32 bit pc to confirm this reason. My colleague in China also fails at the same step(i am in San Jose).
Dear FH_Dialog
I'm working in Korea
I'm in the same situation mentioned that Mr. gwang tried to use connection manager for DA14580
In my case, the same problem occurred could you check the version of connection manager available in Win 64bit.
Hello,
Same issue. Tried adding the loadbin.txt to the folder you mentioned, but then got the ERROR message: Loading binary file ...[full_emb_sysram.bin] ERROR: Could not open file. Then clicking on Boot central or Boot peripheral only generates the blue and green words in the main window, but nothing changes in the left side bar (which is different from the manual).
Can you help with the issue? Because I'm stuck to this step and couldn't proceed.
Regards.
Hello,
do you have admin permission on the PC you are using?
There is write and read permission needed on C drive. Some companies restrict this. Can you ask your administrator for help?
Best regards,
Ingo
I am having same issue here. I added loadbin.txt file as suggested by Ingo. After that I got
Loading binary file... [full_emb_sysram.bin]
ERROR: Could not open file.
Loading binary file full_emb_sysram.bin
ERROR: Could not open file.
Threre is no such file. Where should I expect to find it and where should I put it?
Thanks
Hi jet_hao,
The full_emb.bin file should be located in the C:/Program Files/ConnectionManager/bin/firmware_upload directory. Check if the file exists in the specified directory. Also change the full_emb_sysram.bin with full_emb.bin in the loadbin.txt file.
Thanks MT_dialog