Hi Anper, Thanks for your detailed excellent explanation. This will help me in detail to understand and start off. How can I send data run time to the screen. For example I receive data from UART and I want to display the data on the screen. So how can I do this in the current example? or Is there any other easy way to display the data received from UART on to the screen? Can you please explain this in how many ways this is possible?
↧
Forum Post: RE: I am looking for a sample example where I can write to the screen
↧
Forum Post: RE: I2C SSP_ERR_IN_USE when I set optimization level to 02. Why?
Thank you for trying to help me. I appreciate it. It is RIIC. There are no option which enables or disables the transfer drivers. So, I think that the drivers are enabled by default.
↧
↧
Forum Post: SelfLib memory model
Dear Sirs, For 5 days I am struggling with ridiculous behaviour of IAR v.6.xx for a 70F3377-based project. All works fine until specific moment, in which IAR starts to behave strange and compile nonsenses. I have SelfLib (latest version for FX3-devices) implemented, alongside EELib (and of course DFALib). SelfLib itself worked fine before -flashing, boot blocks swapping, all was fine... And with code growing (still less than 0x5000 bytes in size) it starts to behave strange. Calls from my main() are performed or not depending on their placement. Changing memory to "Large" fixes everything, but causes SelfLib not to work. Kind of very unpleasant situation - SlefLib appears to work in "Small" memory model only. Any suggestions how to overcome this? Apparently IAR will not be at help at all, so the only hope is to get SelfLib working in "Large" model. I attached the list files, produced for SelfLib in both cases - the only difference is in SelfLibInit and SelfLibCommands - the way they compile in assembler the pointer to internal BROM call. Looking strictly the assmbler, both should work! I am already "stuck" with that issue and no fresh ideas come to my mind ;-( Just to mention - linker file and all includes and everything else is just in order... All just worked fine few days ago and if I decerase the size of the main() by removing code added last days it starts working as well as before. And I am talking here really for lines added - even if I copy the old lines (just duplicating part of the code to achieve increase in size) same strange IAR behaviour occurs. So, what I am trying to clarify is that it doesn't depends on the new lines added, but just on the number of lines being add... Thank You in advance! (Please visit the site to view this file)(Please visit the site to view this file)
↧
Forum Post: RE: SelfLib memory model
Try looking for a stack overflow. There are multiple ways to detect these, and several resources online to walk you through the process. Or just increase the stack size and see if it helps.
↧
Forum Post: RE: SelfLib memory model
Thanks for the reply, Scott, but stack is 0x2000 in size and used at 1% :-) No stack and heap issues here - as I explained, my main concern is SelfLib not working when compiled in "Large"memory model". I appreciate Your guess, but all stack-related issues I already checked. My last call to an old friend was quite "unpleasant" for IAR company, as he is blaming IAR compiler for all issues. There are other posts in this forum about IAR bugs, but reading their errata gives me no hints.
↧
↧
Forum Post: RE: SelfLib memory model
Have you reached out to IAR support (in the hope of trying to get it to work without switching to "Large")? They've typically been pretty responsive when I've dealt with them. Also, can you confirm what version of the programming library you're using? The latest versions can be found here: www2.renesas.eu/.../
↧
Forum Post: multiple iodefine.h problem while declaring pin in #define
Hello, I have defined pin for RL78G13 -> R5F100FGA controller as below , #define Do_Not_Reset_the_chip deset_bit_s(P6_bit.no2) When I click on (CTRL+no2) then one pop up will be open that i have attched below. It will ask for select one element from the list. For multiple iodefine.h renesasrulz.com/.../select_5F00_one.png
↧
Forum Post: M16C Simulator
Since I cannot get an eval board for the R5F3651 I need to run the simulator. The simulator manual says to select a session file for which the simulator is registered. I am having trouble figuring out which .hrf to register with. I tried M16C but that doesn't appear to work. Thanks, JH
↧
Forum Post: RE: Unknown error code starting TLS
Thank you for your help! I was able to get a TLS connection established. Best Regards, Marc
↧
↧
Forum Post: warning of unrecognized pragma
Hello all, I get W0520161: Unrecognized #pragma warning, what will be the solution for that?
↧
Forum Post: RE: 1 of 107 Rl78/G13 IIC Problem
Hi, i am having CS+ COMPILER for CA-CX and the code you had sent is for CC-RL i had download and installed the CC-RL COMPILER but in my installed programms its showing CA-CX compiler only . Is there anything like that i have to uninstall the CA-CX than only CC-RL will run or can you send me the proper link where i can download CC-RL compiler for RL/78..
↧
Forum Post: RE: 1 of 107 Rl78/G13 IIC Problem
Hi, i am having CS+ COMPILER for CA-CX and the code you had sent is for CC-RL i had download and installed the CC-RL COMPILER but in my installed programms its showing CA-CX compiler only . Is there anything like that i have to uninstall the CA-CX than only CC-RL will run or can you send me the proper link where i can download CC-RL compiler for RL/78..
↧
Forum Post: RE: SCI I2C channel 7 Stop bit is not generated on RX71M board
Hi Ashok, Any updates? Were you able to resolve the issue? JB RenesasRulz Forum Moderator https://renesasrulz.com/ https://academy.renesas.com/ https://en-us.knowledgebase.renesas.com/
↧
↧
Forum Post: RE: 1 of 107 Rl78/G13 IIC Problem
Hi, i am having CS+ COMPILER for CA-CX and the code you had sent is for CC-RL i had download and installed the CC-RL COMPILER but in my installed programms its showing CA-CX compiler only . Is there anything like that i have to uninstall the CA-CX than only CC-RL will run or can you send me the proper link where i can download CC-RL compiler for RL/78..
↧
Forum Post: RE: M16C or R8C Port setup examples or config tools
Hello Jack, you should not be using M16C for professional project unless you have already a bunch of code from an earlier project you want to reuse. As you ask for access to GPIO this does not seem to be the case. You could have a look at the M16C/65 sample codes on the Renesas homepage. www.renesas.com/.../m16c65.html But I think it would be better to switch to RX100 or RX200 device where you could use Applilet for code generation, either stand alone or a plug-in to CS+ or e2 studio.
↧
Forum Post: RE: 1 of 107 Rl78/G13 IIC Problem
CA78K0R and CC-RL use a different installation of CS+. If you installed both compiler you have 2 CS+ installations on your PC. One can only use CA78K0R, the other one can use CC-RL. You cannot open a CA78K0R project in the CS+ for CC-RL. I don't know if there is an import function for it. The easy way would be to start a new project for CC-RL.
↧
Forum Post: RE: warning of unrecognized pragma
Would you mind telling us which compiler you use? Have you checked the compiler user's manual if this #pragma exists? Did you promote a project from an earlier compiler to a new major release (e.g. from V.1.xx to V.2.xx)? Has the code been written for a different compiler?
↧
↧
Forum Post: RE: warning of unrecognized pragma
Hello FrankL, I am using CCRL V1.05.00 I have migrate this code from CS+ CA78KOR to e2Sttudio CCRL. I have not checked compiler's user manual. I will check it.
↧
Forum Post: RE: warning of unrecognized pragma
Even It's also show in macrodriver.h file. I don't know why compiler gives this warning
↧
Forum Post: RE: nx_ip_interface_info_get + MAC Address
HI Mickael, "mac is a char[17]", is too short. there is no space for the \0 at the end of the string. Dont know if that creates trouble by overwriting the momory on the 18th position. good luck Remo
↧