Forum Post: RE: GUIX issues
Phil- I have asked our GUIX expert to respond. Look for a note within the next 24 hours.
View ArticleForum Post: RE: Encrypted source files (again)
LE- I believe this might have been addressed via a Chat ticket. Is this still an outstanding issue for you? Please let me know.
View ArticleForum Post: sample source code for M16C UARTi as Master I2C
Hello, I'm looking for source code for master I2C driver for the M30290FC using UART2 in I2C mode. When I say driver I'm expecting to see Init (MASTER mode), Read and Write codes. I would greatly...
View ArticleForum Post: RE: Changes in circuit
Hello sir, I am unable to upload the complete ckt as max size of attachment is 500kb. How can I upload it?Or can you give me mail id so that i can forward you complete schematic?
View ArticleForum Post: RE: Encrypted source files (again)
It was an outstanding issue until two days ago. Today is the second day that I can see the encrypted source files decoded and step inside them with the debugger and its being very useful because now I...
View ArticleForum Post: RX63N setting MPC
Greetings I am trying to implement the RSPI in RX63N. However it is not working, so far i have noticed that I am unable to set the MPC correctly (write protection is handled). Writing into MPC only...
View ArticleForum Post: RE: GUIX issues
Thank you, I was able to figure out the SLIDE OUT animation problem I had. Apparently, I need to reattach my text prompt to its parent when the animation is complete. I find this very odd, but after...
View ArticleForum Post: RE: Encrypted source files (again)
The files are encrypted not to prevent them from being stolen (nothing stops user from running screenshots past the ocr software) but to provide a warranty for rtos and framework components. Clean...
View ArticleForum Post: RE: RX63N setting MPC
You are casting the addresses to uint32_t so it can be clearly seen in the assembly it uses a mov.l R2,[r1] Try casting the address to uint8_t hopefully then it will use mov.b Paul
View ArticleForum Post: RE: RX63N setting MPC
Why don't you use 'iodefine.h' (RENESAS I/O resources definition)? It helps avoid simple errors like this and speed-up development process.
View ArticleForum Post: RE: RX63N setting MPC
Because it is my first time working with a Renesas controller and I did not know about this. But thank you for telling me. EDIT: Looked it up now, apparently it is a file generated by the HEW IDE, but...
View ArticleForum Post: RE: RX63N setting MPC
I'd suggest e2studio with Renesas CC-RX compiler package. I work wit it for more than one year. It is optimized for RX-family, very reliable.
View ArticleForum Post: RE: Discrepancy/Bug with LVDSPLL_TST register in VDC5 sample
So, it turns our the current version 2.00 hardware manual is correct, the value is supposed to be 0x10. It appears the early hardware manuals had 8, but then later it was changed to 0x10. Chris
View ArticleForum Post: RE: Changes in circuit
Dips, You can upload your schematic on some file sharing site and give a link. Is it reasonably for you? Kind regards, Sergey Sokol, Forum moderator
View ArticleForum Post: Debug Launcher fails
Hello, I have some pre-compiled code that I can't re-run (Weather Panel). The program compiles with no errors, but when I try to program it, I can tell something has gone wrong. The file is too big to...
View ArticleBlog Post: Developing Innovative Applications With Renesas Synergy Software
And now it’s time to introduce the star of our show… Ladies and gents, the Renesas Synergy Software Package! You can call it the SSP for short. SENSIBLE ME: Um, Prof, rein it in! You’re an IoT app...
View ArticleForum Post: Allocate local variable into RAM
Hi everybody. I need to store a huge array of byte into RAM. This array is a local variable. How can I do? I have seen another post that use the function BSP_PLACE_IN_SECTION() but it work only for...
View ArticleForum Post: RE: Debug Launcher fails
Hi Richard, Thanks for a detailed explanation. What I think the issue may be: when creating debug configuration from scratch, ISDE sets the target device as S124 (hence there isn't too much data...
View ArticleForum Post: RZ_A1H_QSPI_LOADER support for Micron(N25Q512A)
Whether RZ_A1H_QSPI_LOADER boot loader sample application will support MICRON (N25Q512) QSPI Flash ROM for bare metal application development? I am referring DS-5 sample application RZ_A1H_QSPI_LOADER...
View Article