Forum Post: RE: I am looking for a sample example where I can write to the...
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...
View ArticleForum 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.
View ArticleForum 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...
View ArticleForum 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.
View ArticleForum 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"....
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum Post: RE: Unknown error code starting TLS
Thank you for your help! I was able to get a TLS connection established. Best Regards, Marc
View ArticleForum Post: warning of unrecognized pragma
Hello all, I get W0520161: Unrecognized #pragma warning, what will be the solution for that?
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum 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/
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum 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...
View ArticleForum 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....
View ArticleForum 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.
View ArticleForum Post: RE: warning of unrecognized pragma
Even It's also show in macrodriver.h file. I don't know why compiler gives this warning
View ArticleForum 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
View Article