Regarding coding the module

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
10 posts / 0 new
Last post
goutham
Offline
Last seen:1 year 9 months ago
加入:2017-08-10 12:34
Regarding coding the module

Hi

I download the SDK 5.0.4 . I am trying to open the SDK project examples using KeilUvision 5 but a window is popping is such that the file is read only. Can u help me with viewing the code.

Device:
STS_Dialog(not verified)
Hi goutham,

Hi goutham,

The sdk 5.0.4 works fine. Please check if the whole procedure has been made correctly(extract the file etc.) or dowload the file and try to install it again. Maybe it's a setting according to your computer's configuration(for example wrong path or the files to be readed only).

BR,

STS_Dialog.

goutham
Offline
Last seen:1 year 9 months ago
加入:2017-08-10 12:34
Hi

Hi

Thanks for the support.Can u help me where can i get that path or file settings in which read only is enabled.I think i have installed it correctly.

STS_Dialog(not verified)
Hi again,

Hi again,

Please download the sdk ,extract it and it has to be work fine(for example in Desktop). It's not possible to know what is exactly the problem maybe a restriction in your PC.

Thanks,

STS_Dialog.

goutham
Offline
Last seen:1 year 9 months ago
加入:2017-08-10 12:34
So should i uninstall and

So should i uninstall and download the same SDK 5.0.4?

Thanks for the guidance

goutham
Offline
Last seen:1 year 9 months ago
加入:2017-08-10 12:34
Hi

Hi

I downloaded the SDK 5.0.4 and KeilUvision5.
Is it enough to open the examples in the SDK 5.0.4 or do i need to download any other tool?

Thanks in advance.

STS_Dialog(not verified)
Hi,

Hi,

It's enough. It will works , you only need Keil.

BR,

STS_Dialog.

goutham
Offline
Last seen:1 year 9 months ago
加入:2017-08-10 12:34
好了好了。我有一些疑问

好了好了。我有一些疑问regarding the programming.

1) Using which environment i should upload the code i.e KEIL or SMART SNIPPETS and in both IDE's i don't see any option such as upload or load.

2)What is Keil for and smart snippets for?

3)And when i opened the SDK 5.04 there are only reference codes and can I get the entire common code for programming the module using the board?

STS_Dialog(not verified)
Keil is an IDE, Smart
  1. Keil is an IDE, Smart Snippets Toolbox is a tool which is useful in different cases as described below in 2 question. In Kyle you can built and run the different projects that there are implemented. Furthermore ,you can upload (write your code) your code and follow the same procedure. The role of Kyle is to load the program into the SysRam or draw some conclusion from Debug mode in case of a software problem.

  2. Smart Snippets Toolbox is used for power consumption measurements, programming FLASH-EEPROM-OTP Memories through UART or JTAG etc.

  3. You can use the ready projects and use them on your device

BR,

STS_Dialog

goutham
Offline
Last seen:1 year 9 months ago
加入:2017-08-10 12:34
Thanks for the info.

Thanks for the info.

So If I run the code on keil will it upload to thmy development board while connected likewise in arduino IDE I have a upload option so that it will be loaded to the board.