Quantcast
Channel:
Browsing all 59170 articles
Browse latest View live

Forum Post: USB console prompt not coming out after timeout

Hi, I am using  g_sf_console.p_api- prompt(g_sf_console.p_ctrl, NULL, 5); with timeout value 5. But the API is not coming out after timeout. If i am not connecting the usb cable, this API is blocking....

View Article


Forum Post: RE: Compilation error L2310

getTheta is a variable. You don't have any definition for this variable getTheta. So no space is reserved for this variable and the linker claims. You have some extern reference to this variable,...

View Article


Forum Post: RE: FLASH API integration on YRDKRX63N board sample code

If you get such an address overflow error from the linker, please check the section addresses in the linker section. When a new project is set up, the start address is NOT adjusted to the device...

View Article

Forum Post: RE: Increase the SPI Baud rate in G14

The easiest way is to get Applilet3 and have it generate initialisation code for RL78/G14. www.renesas.com/.../D3017818.html

View Article

Forum Post: RE: USB console prompt not coming out after timeout

Hello Nandan, Which SSP version are you using? Are you certain the code is stack on this line and not inside generated thread content? Regards

View Article


Forum Post: RE: USB console prompt not coming out after timeout

Hi karol, Thanks for the immediate response !! This is blocking my development flow. Please help me out faster. I am using SSP version 1.0.0 I have added this inside thread_entry function Somewhat...

View Article

Forum Post: RE: Compilation error L2310

Hi, getTheta is a function which is well defined in file.c (wich include file.h). then getTheta is called in main.c. The same error persist again! (knowing that all dependencies are virefied)

View Article

Forum Post: RE: USB console prompt not coming out after timeout

Hello Nandan, I asked which SSP version you're using because this is known issue with 1.0.0 and has been fixed in 1.1.0. If you don't want to update to a newer release, there's a workaround to force a...

View Article


Forum Post: RE: USB console prompt not coming out after timeout

Hello karol, Thanks for the reply. I,ll try it!! Regards

View Article


Forum Post: Rl78 Renesas Toolchain - every day lost integration

I am workng on e2studio in win10 OS, toolchain renesas Rl78. After installation all is working fine. I close PC, next day I cannot buil. e2 studio warning that there are NO toolchain. I have: -...

View Article

Forum Post: Where to find Linker Segment definitions.

Hi, I am new to the H8/36079 and the Renesas compiler and linker - and this forum - so I'm sorry if this is the wrong place to post. Please redirect me if it's not the right forum. I recently had an...

View Article

Forum Post: RE: Where to find Linker Segment definitions.

R segment is where the D segment eventually lives during run-time. D segment entities are assigned values. To retain these values between reboots, the D segment is stored in ROM and copied to R(which...

View Article

Forum Post: H8S/2212 RAM Emulation mode coding sample

Hello, I am trying to utilize the RAM emulation mode of the H8S/2212. It looks simple enough, set the bank (1) to map to RAM (oxFFD000) via the RAMER register and enable. Then write to the...

View Article


Forum Post: RE: Does anyone have sample code to read I2C EEPROM?

For those playing along at home, I have had some success using the RIIC_* functions directly.  I am now seeing the RIIC lines wiggle in what looks the right pattern.  And while there's some weirdness...

View Article

Forum Post: RE: Does anyone have sample code to read I2C EEPROM?

And my code is now "working".  However, the signaling mechanism to detect I/O completion is broken, so I'm relying on some ugly timeouts in order to get good data...

View Article


Forum Post: RE: Does anyone have sample code to read I2C EEPROM?

And my code is now "working".  However, the signaling mechanism to detect I/O completion is broken, so I'm relying on some ugly timeouts in order to get good data...

View Article

Forum Post: CC-RL Internal Error

Hi, I have problem with migrating project from Microchip PIC to renesas RL78G13 with e2 studio v5 and CC-RL 1.2.0. This is my first project with renesas so I am trying to figure out everything. I...

View Article


Forum Post: RE: USBX CDC ACM Host

Thanks for the information Karol. So if I'm in Australia I will have no way of getting my hands on a license until the gallery is available here?

View Article

Forum Post: RE: USBX CDC ACM Host

Hello Russell, This is correct. You'll need Gallery access in order to request licenses. Regards

View Article

Forum Post: RE: USBX CDC ACM Host

Ok. Any comment on the problem with USB I'm facing?

View Article
Browsing all 59170 articles
Browse latest View live