Forum Post: GUIX - setting up events and handlers
From the Example "Hello World" with SK-S7G2, the event is triggered by touching the LCD panel. Only then do you see an update in the display. I would like to understand how to set up a different...
View ArticleForum Post: RE: GUIX - setting up events and handlers
Jim, Here's an code snippet with an example of how to use the GX_EVENT_TIMER and GX_FIRST_APP_EVENT: UINT SplashScreenEventHandler (GX_WINDOW * widget, GX_EVENT * event_ptr) { UINT status;...
View ArticleForum Post: RE: RL78 UART, TXD0 is not sending data
Hi aksh, did you consider some precaution provided in page 6 of this note link- documentation.renesas.com/.../r01an0459ej0200_rl78g13.pdf or can you elaborate the issue on you "...implementing the...
View ArticleForum Post: RE: RTOS for RL78 device
Hi Nitiin, have you tried some of RTOs here link- www.freertos.org/RTOS_RL78_IAR_Demos.html Best, Mark Baulo Renesasrulz Moderator
View ArticleForum Post: RE: RX111 - data read and write by sd card
Dear paul, I had tried multiple times but its not happening. Give me the code. As there is delay in development, forget about the FAT file system . Please give me the code for just storing data in...
View ArticleForum Post: RE: RL78 UART, TXD0 is not sending data
Hey, Mark by "...implementing the same on hardware.." I mean the c code written for UART communication is able to display the data on TXD0 register on simulator but when I try to run on hardware...
View ArticleForum Post: RE: R8C13 setup
This error message is displayed when after opening successfully a R8C13 project, I tried to connect to the E8a using the 'Connect button' from the debug menu
View ArticleForum Post: RE: GUIX - setting up events and handlers
You can find an example of triggering custom drawing function on timer event (that is started on touch event) here: renesasrulz.com/.../6221.aspx (2nd post from the bottom). Example showing how to...
View ArticleForum Post: RE: About SD card coding with RX111 RSK board
Dear Sokol, Here I desperately need help as I am trying to do this by last 1 month but its not happening. Some one has to help me. If no one wants to help me then, our company will cancel all orders...
View ArticleForum Post: RE: [iodefine] create a custom port
That's not a bad idea Thanks you very much FranKL and guyz. I think we are all agree to close this subject ...
View ArticleForum Post: SPI communication with Multiple Slave
Hi, I`m using YRDKRL78G13 Eval board. I can communicate over SPI via PMOD1 interface succecsfully. Then I should communicate with 2 slave using same SPI now. I use PMOD1-CS (Slave Select signal) pin...
View ArticleForum Post: Problem passing string as argument
Hello, I have a function print_string(char *string), to transmit data over UART. CASE 1: If I invoke the function like print_string("Test"), then it is receiving a NULL string. CASE 2: char test [ ]...
View ArticleForum Post: RE: RL78 UART, TXD0 is not sending data
A simulator is useless for peripheral debugging. The simulator does not care about correct UART initialisation. Which tools do you use? Do you use e2 studio or CS+ or IAR EW? Have you used Applilet...
View ArticleForum Post: When to use packet pool vs static array vs first_unused_memory
Is there a guideline on when to use packet pool array vs a static array vs using the first_unused_memory pointer?
View ArticleForum Post: RE: About SD card coding with RX111 RSK board
Dear Peter, I'll forward your request to the tech support. I will keep you informed as soon as I get reply from them.
View ArticleForum Post: RE: When to use packet pool vs static array vs first_unused_memory
There's no set in stone rules. I would recommend the following: Static Array: If you know the size of what you are allocating and can statically allocate it, then use this. This is typically the...
View ArticleForum Post: RE: When to use packet pool vs static array vs first_unused_memory
Brandon- I created a Knowledge Base article on this here: knowledgebase.renesas.com/.../When_do_I_use_a_Packet_Pool_vs._a_Static_Array_vs._First_Unused_Memory%3F Feel free to let me know if you have...
View ArticleForum Post: RE: About SD card coding with RX111 RSK board
There is a sample audio player application for the YRDKRX63N demo board which plays audio files from SDcard. App-note: documentation.renesas.com/.../r01an1707eu0100_rx63n.pdf Complete e2studio...
View ArticleForum Post: SK-S7G2 Touch Interface Responsiveness
The touch interface on the SK-S7G3 V 3.0 kits uses a 100nF TSCAP instead of the optimal 10nF. This makes the response time longer than expected and can be noticed in some applications. This will be...
View ArticleForum Post: RE: RX111 - data read and write by sd card
I haven't got any code. I have successfully used the FatFS with the Renesas USB Stack. I used the FatFS stack as I also wanted to use some on board Serial EEPROM and Serial Ram as FatFs as well so...
View Article