Forum Post: RE: Rl78 Renesas Toolchain - every day lost integration
It may also help to know which version of the e2studio you are using. The newer ones have a different installer than the old versions.
View ArticleForum Post: RE: S3A7 DK SPI on r_sci and on r_spi issues
Thanks Kamal, Sorry for my late answer. For topic 2 : I didn't knew that attached driver, such DTC, might be removed in the thread configurator.... So it works fine now, Thanks For topic 1 : there is...
View ArticleForum Post: RE: SK-S7G2 and BLE
Renesas FAE here. The documentation for using the BLE chip on the S7-SK is very very new. I helped beta-test some lab materials for it. It provides little more than a ping from the BLE to your...
View ArticleForum Post: RE: IAR export project.
There is unfortunately no export feature available yet in the IAR EW for Synergy. Mainly you need to backup the SRC folder (customized files), configuration.xml, .pincfg and the .EWW, .EWP and .EWD...
View ArticleForum Post: nx_tcp_client_socket_connect returns 0x35 (NX_NOT_CLOSED)
Hi, In my socket disconnect callback function, I am again trying to connect to the same socket as below. void disconnect_cli (NX_TCP_SOCKET * socket_echo1) { /* my_socket is a global variable, and it...
View ArticleForum Post: RE: ID CODE FOR RX62N IN HEW
SO maybe I was unclear. PROGRAM (source code): An example is given in assembler in the RX62N Hardware manual in section 38, ID code. Equivalent C code should be as easy, just be aware of Endianess of...
View ArticleForum Post: E2Studio R78 DebugHardware and Simulator
When I lauch the debugger e2studio do not find the device. The same error with simulator: Starting server with the following options: Raw options :...
View ArticleForum: GR PEACH India Design Contest Forum
Forum for the GR PEACH India Design Contest Forum
View ArticleForum Post: Port 7 pin0 configure as output in Rx62n 144 pin
Hi i am using Rx62n 144 pin mcu. i want to configure P70 as output instead of SDCLK. while i configure as output board gets reboot. then i follow as per the data sheet and added these bellow line in...
View ArticleForum Post: RE: E2Studio R78 DebugHardware and Simulator
Which e2 studio do you use? Has the project been designed for RL78/G12 from the beginning or have you changed the processor? A message "It does not work, why?" is not usefull if you don't give any...
View ArticleForum Post: RE: E2Studio R78 DebugHardware and Simulator
Sorry... I have used: e2 studio Version: 5.0.1.005 The project is the result the wizard (is a test for start new project) for RL78/G12. Compiled with KPIT GNURL78-ELF Toolchain v 15.02. When I launch...
View ArticleForum Post: RE: E2Studio R78 DebugHardware and Simulator
Hi !! Problem resolved!!!! I modify the e2Studio property as administrator, and I resolved. Win7 ..... no comment !!!!
View ArticleForum Post: RE: Problem with RS485 communication
thx@Karol, the conditions are described as below. 1.motor_return_status is declared like that, static uint8_t motor_return_status; 2. the return value from read call is SSP_SUCCESS. 3.The most strange...
View ArticleForum Post: RE: ID CODE FOR RX62N IN HEW
The debugger by default does not program ID code. The ID code dialog in the debugger (when it pops up) is only to verify the ID that is found in the processor. If the processor does not have a...
View ArticleForum Post: RE: error connection target
Now I receive a response from my target. (It's the External frequency problem!) Nevertheless, I have an another error '-' : after compiling my program without error, in session Hardware Debug I get...
View ArticleForum Post: Issue in dynamic memory allocation
Hi all, I am using e2 studio Version: 4.3.1.001 Q 1. How to create byte pool using BSP on synergy S7G2 ? Q 2. What should be the value of third argument i.e. pool_start (Starting address of the...
View ArticleForum Post: RE: Issue in dynamic memory allocation
To create a byte pool :- uint8_t g_tx_byte_pool_area[4 * 1024]; TX_BYTE_POOL g_tx_byte_pool; UINT status; status = tx_byte_pool_create(&g_tx_byte_pool, (CHAR...
View ArticleForum Post: Difference between Pico FDL and FDL and lib link Error
Hello Readers, I'm using RL78/G13 controller R5F100FJ for my project. I'm starting with dataflash integration. 1. Can somebody please help me in selecting pico FDL and FDL. What is difference between...
View ArticleForum Post: RE: Problem with RS485 communication
If the signals on the oscilloscope are really the labeled ones, then you have a hardware echo. The wiring of the ISL41387 in the schematic diagram of the DK looks like that shouldn't be the case, the...
View Article