Forum Post: Error when importing a working project into a new workspace
I've taken a working project and imported it into another work space. When I try to build I get the following errors: Symbol 'NUM_RX_DESC' could not be resolved and Symbol 'NUM_TX_DESC' could not be...
View ArticleForum Post: RE: Error when importing a working project into a new workspace
What process did you use to import the project?
View ArticleForum Post: RE: Error when importing a working project into a new workspace
Also, which version of the SSP was the project created with, and which version are you importing it with? You might need to use the SSP 1.0 Beta3 update tool to update the XML for the configuration.
View ArticleForum Post: Programming CS0 Flash on RZ using e2studio?
Application note R01AN1957EJ0100 documents how to download code to NOR Flash using the DS-5's Semihosting Function. Does anyone have instructions (or is it even possible) to do the same using...
View ArticleBlog Post: Give Me More than Random Building Blocks So I Can Develop Faster
So now that you know who I am and what makes me tick, let me share some of my experience with Renesas and Synergy. What first excited me about the opportunity to work on Synergy with the Renesas IoT...
View ArticleForum Post: Professor_IoT Strikes Again!
View my latest post at http://renesasrulz.com/Synergy/b/weblog/archive/2016/01/15/give-me-more-than-random-building-blocks-so-i-can-develop-faster.aspx
View ArticleForum Post: RE: DK-S7G2 - QSPI Instruction Set
Are you reading the data in Direct Communication mode or Flash Read mode. If the latter, are you in XIP mode?
View ArticleForum Post: RE: printf causes SIGTRAP exception
Any time I break my program execution (pause, breakpoint...), the console view returns to the original console and I have to select the "Renesas Debug Virtual Console" again if I want to see my...
View ArticleForum Post: Flash Development Toolkit - mot-File
Hi to all, My company works with different microcontrollers from Renesas. In the past, we used the HEW for flashing the controllers in the production. Now we want to change to a simpler solution for...
View ArticleForum Post: RE: RX63N IWDT - detecting where is the code which is the cause...
Hi, Would anybody know how many processor’s cycles is needed for executing this while instruction? RTC.RCR2.BIT.RESET = 1; /* Wait for the modification to complete */ while (RTC.RCR2.BIT.RTCEN != 0);...
View ArticleForum Post: RE: printf causes SIGTRAP exception
You need to select the console you want (in this case "Renesas Debug Virtual Console"), and then select "Pin Console", this will then fix the console on the one you want. "Pin Console" is in the same...
View ArticleForum Post: RE: printf causes SIGTRAP exception
Thank you Jeremy, that worked. e2studio has such a big number of features that sometimes I get lost searching for the one I need.
View ArticleForum Post: RE: Problem with E1 emulator GDB server
AqHelite, which target board do you use? Has the target clock been initialised correctly in the debugger settings? By default the clock is set to internal clock. If the hardware uses external clock...
View ArticleForum Post: RE: Flash Development Toolkit - mot-File
Unfortunately you don't say which processor you use. I'm not sure about H8/H8S/H8SX. For R8C/M16C/RX the processor configuration is in OFSx registers. These registers are memory mapped and part of the...
View ArticleForum Post: RE: Flash Development Toolkit - mot-File
Hi Frank Thank you for your response. Mostly we use the H8-300H Tiny like: HD64F3687FPV HD64F3672FXV Is there a way to find out this informations? best regards Matthias
View ArticleForum Post: SK-S7G2 QSPI BSP Support
Hello, New member to the forum. I've had my starter kit for just a few days now so still getting familiar with the tools. Have run through most of the demo projects (except for the WeatherDemo -...
View ArticleForum Post: RE: Error in starting a new workspace with M16C/26A
David, Which IDE version, processor, are you using? Have you updated your IDE recently? Mike Clements RenesasRulz Moderator
View ArticleForum Post: Error occuring while compiling
Hi everyone Please I'm working on a Rx62t microcontroller with e2studio 4.2.0.12. The following message kepps appearing when I click on "Debugports hardware debug": "Exception occured during lauch...
View ArticleForum Post: RE: Error in starting a new workspace with M16C/26A
ta0ic enables the interrupt routine. So if your software crashes after you enable the interrupt routine, it seems likely that the software does not return from the interrupt routine correctly. This...
View ArticleForum Post: RE: Error occuring while compiling
This message has nothing to do with the compiler. It is a debugger message. Which emulator do you use? Is it E1? Which messages are shwon before this error message? Is E1 recognised, and is the...
View Article