Forum Post: RE: RX630 Bootloader function in RAM
I'm using KPITV12 but with hew. Copying your delay function into a new project seems to work. The only issue I noticed was that by default the working area for the E1 clashed with the data area...
View ArticleForum Post: RE: RX630 Bootloader function in RAM
Hi Paul If I look at the assembly generated for the call of the delay I can see a problem delayms(100); ff7fc073: mov.l #100, r1 ff7fc076: bsr.a 0xff000204 The Delay function that is placed in...
View ArticleForum Post: RE: QSPI hal driver question
I have this demo project, for SSP 1.1.0. fileX running on QSPI with 4KB sector size. However, there is no wear leveling on the use of the QSPI flash for the file system.
View ArticleForum Post: RE: adding two doubles
In RX forum, but can you please tell us device and tool chain? There are compiler settings based on the core that could cause undefined_instruction, etc. For example V2 instructions when you have a...
View ArticleForum Post: RE: adding two doubles
Kevin: Thanks for replying, this is driving me nuts. Device: RX1115F51115ADFM on a Renesas Starter Kit board Toolchain: KPIT GNURX-ELF Here is another thing I discovered. This problem isn't about the...
View ArticleForum Post: RE: adding two doubles
Thanks, sounds like only issue with the file compass.c. Other questions for thought: Did you somehow set the compiler settings just for that particular (compass.c) file differently? Make sure you did...
View ArticleForum Post: RE: QSPI hal driver question
Thanks Karol and Jeremy. Karol, I'm wondering if there is a "right" way to do it, or can that be submitted as an thing to do in the next release? There are a ton of constants that a user might wish...
View ArticleForum Post: RE: adding two doubles
The compile settings were different. However after moving the files into the cg_src folder, they were the same and the issue was still there. I even created a new file and got the issue there too. The...
View ArticleForum Post: HEW for M16C/62
Hello this is my first post and I would really appreciate some help. I am trying to download and install HEW (I have an old version 4.05.01 and I need to get rid of it -I think) for M16C/62. I am...
View ArticleForum Post: Renesas-RZ/A1L - Enabling Floating Point in IAR Embedded Workbench
My program is getting hanged at the point , where I try to assign some value to the floating point variables(float, double and long double).I have been trying to solve this issue by including floating...
View ArticleForum Post: RE: HEW for M16C/62
Hi, what is the reason to use a relative obsolete micro? In the family exists newer chips with better debug support (e.g. 16c63 or 16c65). A starter kit for a 15 years old cpu is not easy to get...
View ArticleForum Post: RE: HEW for M16C/62
You need a registered (professional) complier package only if your code size (compiled) override 64kB. Have you already an idea for debug environment? or you'll run 'trial and error' method?
View ArticleForum Post: RE: HEW for M16C/62
Well, I am tasked with doing maintenance to a system that uses a M30626FHPFP. So I would like to get familiarized with a starter kit close to it. But, actually my question is more in general. Even if...
View ArticleForum Post: RE: HEW for M16C/62
The size of the compiled code I have here is 219KB so I guess that yes I need the professional version
View ArticleForum Post: RE: HEW for M16C/62
Hi, I developed a lot on the M16C62 (and colleagues continues to use it) I used the Renesas compiler, then I moved to KPIT www.kpitgnutools.com/releaseNotes.php ;RN=226 ( now moved to...
View ArticleForum Post: RE: Data flash library in CCRL
Hi Girish, Have you tried this library files link here- github.com/.../data_flash_T04_R5F104LE Let me know if this helps. Thanks. God Bless. Best, Mark Baulo Renesasrulz Forum Moderator
View ArticleForum Post: RE: HEW for M16C/62
serial debugger look for (KD30) rej10j1596_m16cfousbsw_n.pdf rej10j1610_m16cfousbsw_u.pdf debugger monitor look for rej10j1992_m16csimsw_u.pdf rej10j1993_m16csimsw_n.pdf monitor generator...
View ArticleForum Post: setup ethernet MAC address from running program
Is there any way to setup MAC address from apprication? The configurator has MAC entries, and generate MAC information by #define macro. This works find for application development, but I need to...
View Article