Forum Post: R5F10CMEL
Hi friends..........I have to read out data from RL78 /D1A group MCU R5F10CME . For that I used Renesas debugger E1. E1 debugger have 14 pin connector. To on board debugging we have 4 pin output VDD,...
View ArticleForum Post: RX63N Wifi stack or any related Documents
Dear Team,         Is there any documents available to work on wifi stack which uses UART/SPI. Or any Stack available? I tried but did not get any. Thanks in advance. Bhuvan
View ArticleForum Post: RE: R5F1026AA Programming
Hello Kirin Just an update and I hope the problem is obvious in the code above. In desperation I took the R5F1026A (G12) part and replace it with a R5F100AG (G13) by using a different PCB and...
View ArticleForum Post: RE: How to define a Critical Region
Shared resources with interrupts are always tricky. The difficult part is to create something that can be used in both supervisor and user mode. Interrupts run always in supervisor mode on the RX. I...
View ArticleForum Post: RE: Rsk + rza1 V2 Evaluation Boards
Hi Chris, Â Â Â Â Â Â Thank you for your reply.
View ArticleForum Post: RE: RZ/A1H Schematic & Layout
Hi Chris, Â Â Â Â Â Â Thank you for your reply, you know that an IC (RZ / A1H) whether there Layout Guide or design guide yet? Thanks!
View ArticleForum Post: SH72867 with I2C
I am using SH72867 with EEPROM(24LC04B) through I2C. In the document at 0xF0 address have 0x5555 data, But when I reading always return 0xFF and same with other address. Any help apprciated, Thanks
View ArticleForum Post: RE: Single Console - Multiple Interfaces?
The automatic powerdown is a feature of the ICL3227. It is hardwired, the only way to suppress it by software is to "talk" to the transceiver in intervals under the time-out for this feature. But you...
View ArticleForum Post: RE: R5F10CMEL
Hello g.... You cant read from the device - you can only program and verify what you have written. Search and read the "Protocol A" document on the Renesas website. Search the Renesas website for...
View ArticleForum Post: RE: Single Console - Multiple Interfaces?
Hello josh222, thank you for your hint and the explanation! I guess we will pull that pin to 3.3V, because we've got no powersensitve application. Regards Ralph
View ArticleForum Post: RE: Single Console - Multiple Interfaces?
Hello Ralph. If you don't want to alter your board, in this thread renesasrulz.com/.../6094.aspx you will find a code snippet I posted to wake up the transceiver any time you need to transmit. Regards
View ArticleForum Post: RE: Getting rid of e2studio auto completion
Thank you O. R., but there is something in my e2studio setup that keeps this feature on, no matter what I do. I tested the /**, the com and even I removed completely the "multi-line comment" inside...
View ArticleForum Post: RE: RL78/G14 Promotion board - dubugging problem under e2studio 4.3
Mike, Thank you for your help. Finally I can debug my code under e2studio but I think that there is a bug in e2studio. First of all I corrected values of option bytes (as you wrote above, 0xEF7FED85)...
View ArticleForum Post: RE: SH72867 with I2C
Usually by default the range 0x0010-0x03FF is used as interrupt vector table. The linker places the section DINTTBL here. So you cannot place any data at address 0x00F0. In which document do you see...
View ArticleForum Post: RE: RX210 RTC doesn't count in BCD code
Thank you, bit7 in RCR2 register was the reason of this strange behavior. Solved.
View ArticleForum Post: RE: e2studio v5 -- compiles always everything
That's strange because Update Dependiencies is how I avoid recompiling everything each time. Of course this should happen automatically and should be fixed in e2studio.
View ArticleForum Post: RE: Debug code with SH7785 problem swich off Watchdog.
Hello, LSI status 0 is high LSI status 1 is high
View ArticleForum Post: RE: R5F1026AA Programming
Hi Bekky, It's a difficult situation. Such as electrical noise of the board is considered. It may be good to request the direct support to Renesas. Or, try it out for Renesas genuine board...
View ArticleForum Post: RE: Always builds complete project (Again)
Hi John, Sorry to hear you are having issues. Can you check something regarding the project that always builds? Clearly something in the project is not quite right. Can you do the following? 1. Right...
View ArticleForum Post: RE: Getting rid of e2studio auto completion
OK. Here's another way: Just type out your comments as regular text. Then highlight the text and press Ctrl+Shift+/ to comment the text. Or if you start the code block with a /* then hit enter, press...
View Article