Forum Post: RE: S7 Bootloader question
Hi adboc, yes, now I successful create the two .bin files by the execution of the batch file. I took a HMI SK-S7G2 example file and, as described in the notes,: - I added the pre-build command...
View ArticleForum Post: RE: GPT timer interfering with message buffer
Thanks Karol. This would work for me.
View ArticleForum Post: NetX SNTP client set up
I am attempting to use the NetX SNTP service to set the time on an SK-S7-G2. I tried to use several different time serve rs (the ubuntu pool: 171.66.97.126, pool.ntp.org, 0.pool.ntp.org, etc.) in both...
View ArticleForum Post: RE: Using the Factory MCU Information (FMI) driver
I think you should pass a pointer to a pointer for the product info. This works for me. void hal_entry(void) { fmi_product_info_t *p_product_info; ssp_feature_t Feature; fmi_feature_info_t Info;...
View ArticleForum Post: RE: Using the Factory MCU Information (FMI) driver
Thank you, I actually did pass in a pointer to a pointer, I was a little sloppy in my original post. There's another variable I used which I neglected to mention, which is fmi_product_info_t...
View ArticleForum Post: Board Support Package for s3_iot_lcd_dev
I am going through the IoT Fast Prototyping Kit Smart Chef Demo - Application Project that I downloaded from the Renesas site. I am getting this error: Under the BSP support, I see this: I have tried...
View ArticleForum Post: RE: Board Support Package for s3_iot_lcd_dev
You need to unzip from the below download link, get the .pack file and insert it into the install directory, typically: C:\Renesas\e2_studio\internal\projectgen\arm\Packs...
View ArticleForum Post: RE: NetX SNTP client set up
Karol, Your assumptions were correct. After setting the gateway with nx_ip_gateway_address_set(), I can receive updates from the NTP servers. One operational question: Since...
View ArticleForum Post: RE: Board Support Package for s3_iot_lcd_dev
Thank you! I have it working now. This was a huge help and I am happy now.
View ArticleForum Post: SPI signals not
I have created a simple SPI project for the S7G2-SK consisting of 2 SPI devices on top of sf_spi. The first device is on r_sci_spi channel 0 with sf_spi SS configured for P103. I am not able to see any...
View ArticleForum Post: RE: Using the Factory MCU Information (FMI) driver
If you test my code you'll see that it actually works. The reason is that my p_product_info is filled by productInfoGet() with a ROM address where the information resides. Instead, you are supplying a...
View ArticleForum Post: RE: S7 Bootloader question
Hi, the python script seems to refer to the correct path. By the way, I can't understand why the resource file is called twice: C:\Python27\python.exe...
View ArticleForum Post: RE: SPI signals not
Hi Rick, Have you called the open API for these instances? Does it return SSP_SUCCES? As you noted, the second device is on SCI channel 1, however you've configured SCI channel 9 - make sure you use...
View ArticleForum Post: RE: NetX SNTP client set up
Hello Pete, You can use nx_sntp_client_request_unicast_time to request a time update from the server. KR, Jakub
View ArticleForum Post: RE: Using the Factory MCU Information (FMI) driver
In your e²Studio installation (Renesas\e2_studio_1.2b\internal\projectgen\arm\Packs) there is a file Renesas.SynergyDeveloper_Examples_for_S7G2_DK.1.2.0-b.1.pack (or newer), with a working example, you...
View ArticleForum Post: RE: NetX SNTP client set up
Jakub, Thanks for the suggestion. It look like that will do what I need. I will try it later today. I did go through the SNTP user guide several times and did not find this function. However, it is in...
View ArticleForum Post: RE: S7 Bootloader question
Hello Laser, Does your application use SPI with DTC to configure the display? By default DTC is automatically added to every SPI instance and in the standard project (linked into code flash) it works...
View ArticleForum Post: RE: S7 Bootloader question
Hello Karol, My project is generated from an import of the S7SK_HMI_MMF in the Bootloader folder from Renesas, so the configuration may be correct; in practise is exactly the same application, in which...
View ArticleForum Post: RE: NetX SNTP client set up
Pete, To be honest it is not recommended. First source shall be the user guide, you ought to use headers as a secondary knowledge source. Regards, Jakub
View ArticleForum Post: RE: S7 Bootloader question
Hi Laser, Yes, this is the only file to add. Do you have Python 2.7 installed under C:\Python27? Please verify, that you're able to run C:\Python27\python.exe or change the path as needed. If you don't...
View Article