Forum Post: RE: Where to find Linker Segment definitions.
Terrific thanks. I understand. The D segment is the is the ROM copy of the initialisation values for .data. Any thoughts about the S segment?
View ArticleForum Post: RE: CC-RL Internal Error
An internal error is an undefined behaviour of the compiler. The compiler ran into some undefined state during compilation. This could for example be caused by some unknown characters (most probably...
View ArticleForum Post: RE: Where to find Linker Segment definitions.
The installer of the compiler also installs HEW (High-Performance Embedded Workshop), Manual Navigator and the manuals. The easiest way is to look in your Windows Start Menue for the Manual Navigator...
View ArticleForum Post: What's the limited user data size for nx_packet_data_append function
Hi Karol, I tried to transmit captured data with size of 320*240*2 (per frame), and find out the program was blocked when running to the following code line, nx_packet_data_append(packet_ptr,...
View ArticleForum Post: RE: Increase the SPI Baud rate in G14
Hi, As FrankL already mentioned, Applilet3 can generate initialization code for you, but if you don't want to change the project but only speed up CSI3 a little: 1. CSI31 is channel 3 of SAU1; 2. Get...
View ArticleForum Post: Test condition RX631 NMOS or CMOS
Dear, I need know for micro RX631 if test condition present in manual (Table 5.3, page 132 of 208) are valid for CMOS output or for NMOS output? When I consider NMOS output , for dimension...
View ArticleForum Post: RE: Setting up DNS
Hi Karol, Ok, thank you. I was wondering if the routines were smart enough to deal with that. Thank you Matt
View ArticleForum Post: RE: FLASH API integration on YRDKRX63N board sample code
Thanx FrankL. I have done same. In my sample code, the usb and flash are integrated. But, now , the USB device (demo board)is not recognized by PC(host). I have the required inf file for cdc class of...
View ArticleForum Post: RE: USB+FLASH for YRDK63N
Hello, I have used the bsp for YRDK63N board. And integrated these files in sample code 'an_r01an3294ej0100_usb'. But, now , the USB device (demo board)is not recognized by PC(host). I have the...
View ArticleForum Post: RE: Problem with linker file in e2studio
The issue was with the optimization settings: the optimization was turned off, so no only .text sections where created, which did not correspond to the (.text.*) pattern. Thats why for example...
View ArticleForum Post: RE: H8/3048 read eprom
HD64F3048F16 proved to be locked :( Is there any way to unlock?
View ArticleFile: CAN messaging example
This simple example for E2Studio 5 and SSP 1.1.0 shows basic messaging using CAN. Please refere to the included readme file for more instructions
View ArticleForum Post: CAN simple example
A simple CAN example for SSP 1.1.0 is available in the files section here: http://renesasrulz.com/Synergy/m/mediagallery/3200.aspx
View ArticleForum Post: RE: What's the limited user data size for nx_packet_data_append...
Hello feng You're trying to allocate 150K from the packet pool. First, you need to make sure you actually have this much memory to spare. Secondly, the maximum you can fit in a packet is 1500 bytes....
View ArticleForum Post: RL78 IICA Slave Transmision/Reception
Hello, I have a problem with the IICA module of I2C on a RL78/F13,F14; I want to use the IICA as a slave. My problem is when the master sends the start signal and my address my device dosen't give...
View ArticleForum Post: RE: RL78 IICA Slave Transmision/Reception
Hello, Are you sure your master sends correct slave address? I2C modules in different microcontrollers use either right justified or left justified 7-bit address. So maybe you just need to shift the...
View ArticleForum Post: RE: RL78 IICA Slave Transmision/Reception
I tried with address SAV0 = 0xA0 this means actual address(7 bits) 0x30; i tried to send it backwords from master and it the match address bit (COI0) dosen't get set and no interrupt is activated. I...
View ArticleForum Post: RE: Test condition RX631 NMOS or CMOS
Output levels are always for CMOS outputs. I don't understand your formula. Output current cannot be calculated from input current. In input mode the port is in high impedance. Input resistance is...
View ArticleForum Post: RE: Rl78 Renesas Toolchain - every day lost integration
All settings are stored in the directory "eclipse\configuration" of your installation. Where do you install e2s and te compiler? Do you use the default directories? Do you use own directory...
View ArticleForum Post: Looking for Version ECO's to revert a 3.2 or 3.3 board back to v3
I've got several boards available, but only one is the v3 board. This is the only board I can put into SCI boot mode, connect the usb and use RXUSB to flash program. My v3.2 and v3.3 boards will not...
View Article