RE: How to use p_context of can_cfg_t?
Hallo Karol,thank you for that clarification!RegardsRalph
View ArticleRE: S7G2-DK Developer Examples missing?
Hallo Lou,sorry for my delayed reply and thank you for your support! I've fixed that issue in the meanwhile.RegardsRalph
View ArticleHow to get "Hello World GUI" running with SSP 1.1.0 alpha?
Hellohas someone already tried to get "GUIX_Hello_World_SK_S7G2_GUI_App" running with SSP 1.1.0 alpha?I've played and modified that project successfully using e2-studion 4.0.xx and SSP 1.0.0.I've...
View ArticleRE: SCI UART Question
I have tried with SSP version 1.00 and 1.1.0-alpha too. The behavior is similar.The below is the code snippet:void UART_thread_entry(void){ g_uart.p_api->read(g_uart.p_ctrl,dest_data, 1); while...
View ArticleRE: How to get "Hello World GUI" running with SSP 1.1.0 alpha?
Hello RalphSSP 1.1.0 alpha introduces version 5.3 of GUIX. This version will only work with resource/specification files generated in GUIX Studio 5.3.0.x. The files currently found in the project will...
View ArticleRE: SCI UART Question
HelloUART peripheral is configured to use the FIFO. With FIFO enabled, the callback is called only once the FIFO is fully empty (i.e. end of the transmission). To read character by character, you can...
View ArticleRE: How to get "Hello World GUI" running with SSP 1.1.0 alpha?
Hallo Karol,thank you for your reply and your advise! So I will be patient ... RegardsRalph
View ArticleRE: Problems with the CAN driver on 1.1.0 alpha version
Which board do you have? If DK-S7G2, do you have S101 #2 (CAN) on?
View ArticleRE: Problems with the CAN driver on 1.1.0 alpha version
No, I have the SK-S7G2 board. I am using the default configuration: CAN0 through pins P402 and P403. Taking a look at the diagrams these signals are directly connected to J7 CON6 without any switch.It...
View ArticleRE: Release Date, SSP 1.1.0?
In the synegy gallery "The final production version of SSP v1.1.0 will be provided after full testing and qualification has been completed by the end of April, 2016."for me is not professional!!!
View ArticleRelease Date, SSP 1.1.0?
When is this slated to be released? There are some new features we are anxiously awaiting to move forward with our project.Thanks,Rich
View ArticleRE: Problems with the CAN driver on 1.1.0 alpha version
Hallo Galen,I know my reply is for sure not a great help, but may be it is good to know for you, that I'm also using the SK-S7G2 board with SSP 1.1.0 alpha and CAN-Bus is working.I assume if open()...
View ArticleSave on SD Card resources generated with GuiX
Hello,Is it possible save in an external storage (SD Card) the graphic resources generated with GUIX and read them to show on a LCD screen?Anyone has a short example or a hint?Thanks in advance and...
View ArticleRE: Problems with the CAN driver on 1.1.0 alpha version
Finally, I got it !Thank you very much Ralph.I have changed the property parameters as you have and it started to work. The differences I've got were related with the CLOCK SOURCE and the name I have...
View ArticleProblems with the CAN driver on 1.1.0 alpha version
Hello,I need to work with the CAN driver on S7G2 platform. I have updated my project to 1.1.0 alpha version.However, after programming the r-can drive and following the SSP user's manual, it seems that...
View Articler_sci_spi.c bug
I am using SSP V1.1.0alpha.My SPI code kept causing an exception that would land me in Default_Handler().I traced the problem to a bug in r_sci_sspi_spei_isr_common() where an element of the callback...
View ArticleRE: Save on SD Card resources generated with GuiX
Hi Enzo,I placed an example C file that may help you. It is located at: renesasrulz.com/.../3195.aspxI created this file from the information I obtained in the thread: renesasrulz.com/.../6234.aspxJeff
View Article