Quantcast
Channel:
Viewing all 59170 articles
Browse latest View live

File: Please help boot RCAR M2 PORTER A

$
0
0
Hi all, I'm working on Rcar-M2-PORTER-A. Yesterday, the board worked normal. But today, when I plug in power and turn on SW26, only one LED LD1 is light, and nothing on terminal. I try again, but nothing any else. I don't know what error with the board. Could you please help me. Regards, Hoang

Forum Post: RE: Simple RL78/G1D project Setup

$
0
0
Hi Mike, Yes I used Import option to link the files and it worked. Thanks for the support. Regards, RB

Forum Post: OTA Flashloader for S5D9

$
0
0
Hi, For our application we need OTA Flashloader, how do we download the BCH file from the server and update the firmware? Thanks, Mohammad Hashir Neona Embedded Labz

Forum Post: RE: RX62T to RL78G13 SPI Communication

$
0
0
PDG cannot be integrated to e2 studio. It only works as stand alone application. e2 studio has an expression window. This can show global variables. The variable window in e2 studio is used to show local variables.

Forum Post: RE: Using the Data Ram of the Rz/T1

$
0
0
Hello Mike, this point is open for me. Uint16 NV_Dummy16 __attribute__ ((section (".data"))) = 0; Uint8 NV_Dummy_8 __attribute__ ((section (".data"))) = 0; Uint8 ResetOptions __attribute__ ((section (".data"))) = 0; When i have a large list of deklarations like the above i have to write the __attribute ... on every entry that works so far. What im looking for is on SECTION command and then the lare list of deklrations. SECTION COMMAND Uint16 NV_Dummy16 = 0; Uint8 NV_Dummy_8 = 0; Uint8 ResetOptions = 0; END SECTION COMMAND Something like the above. Regards

Forum Post: RE: AVCC0-1 Ranges related to VCC (RX64M)

$
0
0
Dear Mike, In absence of official replays I've followed the suggestion and done what I've described on last post to Cristhopher. Best Regards.

Forum Post: RE: R-Car H2 Surround View Application not working.

$
0
0
Hello Mike Clements, no it didn't work. best regards

Forum Post: RE: OTA Flashloader for S5D9

$
0
0
Hi Mohammad, The Flashloader Framework will be useful in this case. It can be downloaded from the Synergy Gallery: synergygallery.renesas.com/.../utility You should implement your own downloader. NetX offers several protocols like HTTP, FTP, TFTP or even raw TCP sockets. The downloader should download the image using NetX and write it to flash using the Firmware Image Framework (it's a part of the Flashloader Framework). For reference, you may use examples attached with this addon. Some time ago Karol shared his example using the TFTP boot, this is a very good starting point for your flashloader: https://renesasrulz.com/synergy/f/synergy---forum/8669/ethernet-flash-boot-loader/28356#28356 Regards, adboc

Forum Post: RE: Update PART of a Webserver page using AJAX

$
0
0
Hi Alan, You should use different CSS selector: var dge = document.querySelectorAll('#clock1, #clock2'); This will select elements, that have "id" attribute set to "clock1" or "clock2". Regards, adboc

Forum Post: RE: Synergy flashloader Utility

$
0
0
Hello Riya, Please check that your device is enumerated in the device manager. Using same versions as listed in the documentation is essential in order to have everything working properly. After the flashloader application on the PC hangs, please pause the project running on the board to see if it isn't trapped anywhere. I also recommend that you build flashloader projects with SSP 1.2.0 and optimization set to O0 (none). Regards

Forum Post: RE: Https implementation using GSM/GPRS module

$
0
0
Hello John, You will need to develop a driver to support your GPRS module. If the driver provides transmit function (to send link layer packets) and a receive callback (for incoming packets), it can be integrated under network stack abstraction layer for NetX, sf_wifi_nsal_nx. Regards

Forum Post: RE: Https implementation using GSM/GPRS module

$
0
0
Hi John, The future SSP version will consist of HTTPS module integrated, however I don't know when it will be released. For now, NetX does not support HTTPS, so you should implement it on you own. NetX allows to use raw TCP sockets and exposes convenient API (especially nx_tcp_* functions). I suggest reading the NetX User Guide available at Synergy Gallery ("X-Ware Component Documents for Renesas Synergy" link): synergygallery.renesas.com/.../support Regards, adboc

Forum Post: RE: Project file for e2studio

$
0
0
Hi Okamiya, Thanks for this information. Could you tell us more why do you recommend to update all dependencies after first build? Thanks! -MarkBau RenesasRulz Forum Moderator

Forum Post: RE: RX62T to RL78G13 SPI Communication

$
0
0
Do you mean this window? How can I display a global variable here?

Forum Post: RE: FX Directory navegation

$
0
0
Hi Mike, Yes, the issue is solved.

Forum Post: RE: RCAR H3 - starter kit vs salvator-x

$
0
0
Hi Pranay, You can find some information about R-Car H3 Starter Kit and Salvator-X here: elinux.org/.../H3SK elinux.org/.../Salvator-X But I'm not so sure about their differences since there is not so much information about the Salvator-X. -MarkBau RenesasRulz Forum Moderator

Forum Post: RE: Power on reset for H8s2128

$
0
0
Dear sir, we are using MCP131T-450E/TT for power on reset , is this ok sir?

Forum Post: RE: RH850/ F1H - "Master-Slave System" of Multicore

$
0
0
Hi Olli, Any updates? Did you already found the answer to your question? -MarkBau RenesasRulz Forum Moderator

Forum Post: RE: Simple RL78/G1D project Setup

$
0
0
Hi Mike, I am trying to use Time Information Client Profile (TIPC), ANP Server Profile and a custom profile in my application. I could enable and use the custom profile successfully. In case of TIPC and ANPS I obeserved that the Profile Enable APIs RBLE_TIP_Client_Enable() and RBLE_ANP_Server_Enable() are returning RBLE_OK status, but not getting the events RBLE_TIP_EVENT_CLIENT_ENABLE_COMP and RBLE_ANP_EVENT_SERVER_ENABLE_COMP from the BLE Stack. Can I use multiple Profiles in a single application? Thanks in advance, RB

Forum Post: RE: Flashloader

$
0
0
Hi Riya, As far as I know, these steps should be sufficient to use the Flashloader Utility. Which Windows version do you use? If you use Windows 10, did you install Windows 10 Creators update? When you connect the device and see the serial port in Device Manager, please run in the command line: python -m serial.tools.list_ports This should print all available serial ports. Please verify, that you see the same port as in the Device Manager. Additionally, you can verify that this port can be opened (please remember to replace COMx to your port name): python -c "import serial; s = serial.Serial('COMx'); print('Opened? %s' % ('Yes' if s.isOpen() else 'No')); s.close()" Regards, adboc
Viewing all 59170 articles
Browse latest View live