Forum Post: RE: CRC generation in RX63T
Thanks architect for your response. Please suggest how to validate the CRC generated for the binary.? Currently am using CRC-CCITT method to validate my code is correct or not. but i need to validate...
View ArticleForum Post: RE: CRC generation in RX63T
Ideally you write a PC based program to CRC your mot file (only the program/data contents not the overhead bytes). And append this to the mot file where the address used is at a known fixed address....
View ArticleForum Post: RE: C++ Support
Thanks for the confirmation on this Jeremy. It's kind of what I suspected but wanted to know if I was missing something more subtle. Also thanks for the tip for working around the limitation. I...
View ArticleForum Post: RE: Bootloader simple or complex?
You might want to look at the Express Logic modules approach. This is NOT something currently supported or licensed for Synergy. I suspect the folks at Express Logic would be keen on helping you...
View ArticleForum Post: RE: CRC generation in RX63T
You can download code for a specific CRC from sourceforge.net/.../CRC
View ArticleForum Post: RE: RL78
Sorry for incomplete question... I'm wondering about BLE, if peripheral and central roles are supported at the same time? Thank you
View ArticleForum Post: RE: port mode registers
Hi Scott, I have the same problem, I can't receive a string the UART1, could you say me where I need to check the interruptions?, I'm starting to use the G14 or can you send me a example to check...
View ArticleForum Post: RZA1H Starter Kit CAN bus linux configuration
Hi! I'm configuring my linux bsp for the starter kit in order to use the can bus. As stated in "kernel_drivers.txt" I enabled the following in kernel configuration: CONFIG_NET=y CONFIG_PACKET=y...
View ArticleForum Post: RE: RZA1H Starter Kit CAN bus linux configuration
If it's an RSK board, you need to switch around the resistors: github.com/.../can.txt * On the RSK board, R104 and R105 need to be modified (from Ethernet to CAN) Remove R105, and short R104. Since...
View ArticleBlog Post: Getting Oriented with Synergy Xplorer
My parents taught me long ago that understanding the context I am operating in before diving into a new challenge would maximize my productivity (and reduce my stress). I call this context “the big...
View ArticleForum Post: New Blog Post: Getting Oriented with Synergy Xplorer
My parents taught me long ago that understanding the context I am operating in before diving into a new challenge would maximize my productivity (and reduce my stress). I call this context “the big...
View ArticleForum Post: Meaning of Trace View columns
Hi, Could somebody familiar with the Trace view explain how to interpret it's columns? Especially important columns for me are: 1) TimeStamp(Count) – what is that number – number of processor...
View ArticleForum Post: RE: Restart when debugging doesn't work fine when lot of code is...
These are exactly the buttons I am useing. Actually I am useing e2studio 4.1.0.018 with KPIT GNU-RX toolchain v15.01, however I never had such issues in the past. After building your Project when...
View ArticleForum Post: RE: RZA1RSK: E2studio For Linux 32bit and 64bit
Hi Satish, From the Renesas website, we can see the OS supported by e2studio as well as the specifications required by your machine: am.renesas.com/.../tool_system_requirements.jsp As of now, it looks...
View ArticleForum Post: RH850 Self Programming Query
Hello All, I am using RH850 controller which is having RV40L Flash.With reference to the Renesas programming library,programming routines are to be copied to RAM and RAM address of the respective...
View ArticleForum Post: RE: Meaning of Trace View columns
1) The time stamp is some kind of cycle count. The count source for this depends on the processor, the external clock and the setting for ICLK. 2) The rightmost digit is relevant for your branch...
View ArticleComment on Getting Oriented with Synergy Xplorer
And the link is : synergyxplorer.renesas.com
View ArticleForum Post: Working project, only at optimization level 1?
I've been working through an issue where as I get non-repeatable results. This is basically the HTTP demo, with a USB Mass storage extension. If I compile it with anything other than optimization...
View ArticleForum Post: M30855FWUGP Read/Write when locked and code not known
Hi everyone, From my studies tonight it seems possible to purchase E8a debug tool and solder an connector for this purpose and manipulate the relevant registers of course. Does anyone concur and have...
View Article