External PAN1740 FIrmware upload

9 posts / 0 new
Last post
gayan_gamage
Offline
Last seen:4 years 7 months ago
加入:2016-04-28 21:23
External PAN1740 FIrmware upload

- Can you use a Basic dev kit to program a external pan1740 beacon unit?
- I hooked up as attached and the could not detect the device in debug for port SW or JTAG to program. tried on two modules
- Pls have a look at the attached for the pin connection
- Do I have to acquire another different kit
- SPI flash was not connected yet, I wanted to port the code to the sram of the chip and jtag interface I think is sufficient
-Whats wrong here

Attachment:
Device:
MT_dialog
Offline
Last seen:1 week 1 day ago
Staff
加入:2015-06-08 11:34
Hi gayan_gamage,

Hi gayan_gamage,

As far as i know the beacon unit from panasonic has an adapter that attaches with dialog's the pro-kit. Nevertheless your connections seem ok, i mean with the jtag connection, vcc and ground you should be able to see the proccessor via keil. I ve tried with the panasonic beacon with the basic kit, i can connect via jtag to keil and to smart snippets, so i suppose that there must be something with your connections, or the JTAG wires are a bit longer that they should be. According to the panasonic manual the length of the jtag connections should be less that 5cm, if not, transmition errors could be caused.

Thanks MT_dialog

gayan_gamage
Offline
Last seen:4 years 7 months ago
加入:2016-04-28 21:23
Hi,

Hi,

-Is there documentation as to how the flash is set up for the beacon.
-They seem to have a dual boot system , pls confirm
-How does the initial variables are stored apart from the program in internal flash
-I have the source code for the beacon SDK 5 , but seems what is in it is a newer version? Can I get it
-Does software update SUOTA work with the unit

MT_dialog
Offline
Last seen:1 week 1 day ago
Staff
加入:2015-06-08 11:34
Hi gayan_gamage,

Hi gayan_gamage,

- You can check the Beacon reference application UM-B-019 in page 21 at the memory map section.

- What do you mean dual boot ? It supports SUOTA.

——课题am checks for a valid product header and valid configuration data, if there are no data stored in the flash it uses the default.

- There is no official source code of the beacon in SDK 5, the official version of the beacon is the one uploaded on the support site, you can find it in the reference designs section in the Beacon - Battery powered link.

- Yes, as mentioned, the official Beacon supports SUOTA.

Thanks MT_dialog

gayan_gamage
Offline
Last seen:4 years 7 months ago
加入:2016-04-28 21:23
Hi,

Hi,

I need to store some application specific data along with the two respective images in flash with dual boot. I have an app_config storage file to read the application specif data. How to include that along with the images. Earlier I just stored the config data at memory address 0x0200 and referred that from 1F000, see attached file. I also want to know whether the SUOTA is working on the pan beacon module. It seems not.

See attached
The module I am talking about is ENW89849AYKF
Regards,
Gayan

gayan_gamage
Offline
Last seen:4 years 7 months ago
加入:2016-04-28 21:23
Furthermore how to include

Furthermore how to include this if i do as inhttp://support.dialog-semiconductor.com/resource/tutorial-3-suota-multi-...to make dual boot image

gayan_gamage
Offline
Last seen:4 years 7 months ago
加入:2016-04-28 21:23
One more thing, I have the

One more thing, I have the Pro-dev kit and i did exactly same as the suota tutorial for storing two images (without the application) , everything was ok, but can not detct the transmission in either my iphone or android , it happened with my basic kit as well. I have attached the multipart bin file herewith that I generated. Pls help, I use smart snippet 3.9, python 3.5.1

Attachment:
gayan_gamage
Offline
Last seen:4 years 7 months ago
加入:2016-04-28 21:23
When I say bootable OK (popup

When I say bootable OK (popup on smart snippet) with just one hex file for proximity project (Tutorial says no for the bin), now i can see the advertising "Suota-1" in any apps. But not when I upload the multi...bin file attached above . What is the problem here ,, . I follow erase, burn, reset and nothing happens ???

MT_dialog
Offline
Last seen:1 week 1 day ago
Staff
加入:2015-06-08 11:34
Hi gayan_gamage,

Hi gayan_gamage,

The project you are using doesn't include the SUOTA profile, you will have to include the profile in the project and add the SUOTA UUID in the advertising data in order for the SUOTA application to be able to track it. Please check the AN-B-010 pdf for more information regarding the SUOTA profile, this will also give you guidance to make the multi_part.bin without using the python script. Seems that the python script has some probelms, please use the .pdf i ve indicated until its fixed.

Thansk MT_dialog

Topic locked