Forum Post: RE: RL78 EEPROM
Hi, i want to transfer byte byte data from Rl78 to EEprom and read them back.I am usin IIC10 at pin 58,59 .
View ArticleForum Post: RE: nx_packet_release returns 0x7 (NX_PTR_ERROR)
Hi karol, "NX_TCP_SOCKET" was a typo here.But it is proper in my code. IP fragmentation is enabled while creating the socket. nx_tcp_create_scoket (&ip_0,&my_socket,(CHAR...
View ArticleFile: GPT timer
Hi, How we can use gpt timer as ย a blinking LED on output port in different speed. I have test but its blinking speed only depend on "Period value" . Can anyone help me out this. /* HAL-only entry...
View ArticleForum Post: RE: JCU output
Problem solved! First convert RGB565 to YCbCr with PFV (DMAC)
View ArticleForum Post: error connection target
Hi, In order to to connect my target (rx62T) by using E1 emulator, I get this message :ย GDBServer for Renesas targets. ย ย Version 5.00.00 (May 26 2016 16:02:35) Connecting to E1, RX Target...
View ArticleForum Post: YCONNECT-IT-TPS-1 Starter Kit Issue
Hello, I am currently using the evaluation board YCONNECT-IT-TPS-1 V1.20 and am having a communications connection problem with the sample software. I am attempting to download and debug the sample...
View ArticleForum Post: Programming two binaries(.mot files) in user mat(RX62N)
I am usingย R5F562N8BDFB and trying to put program-1(boot loader) at location 0xFFFE0000 to 0xFFFFFFFF and program-2 (user application) at location 0xFFF90000.ย Can anyone suggest how to achieve this...
View ArticleForum Post: Unhandled event loop exception ( E2studio code generator )
Hi, ย ย ย ย I have some problem in e2studio RZ/T1 project.ย ย ย ย ย And how to fix this problem? ย ย ย ย when I click the code generator setting, e2studio will show Unhandled event loop exception...
View ArticleForum Post: RE: availability of microcontroller
It is best to contact Renesas directly for this type of information, as it is not something that can be predicted at present specially if they are still making innovations to that certain family of...
View ArticleForum Post: RE: Not able to configure PWM for MTIOC4D (Rx62n 100pin)
Hello sanja, did you try frankL's suggestion? Tell us what happened. MarkBau RenesasRulz Moderator
View ArticleForum Post: RE: RL78/G13
The code looks fine. Do you see the values in the registers? Do you have some other initialisations that may interfere? Does the processor run at all?
View ArticleForum Post: RE: RL78/G13
Yes, I see the value on both of my register. When I update the P6, P8 the value isn't modify elsewhere. I don't see any other initialization that may interfere. Yes my ยต is running, I can manage the...
View ArticleForum Post: RE: RL78/G13
The blinking LED is also done by writing to ports? So what is the problem?
View ArticleForum Post: RE: HELP ADC issue
Hi, Try adding a call to scanCfg() before scanStart(). Regards, Ian.
View ArticleForum Post: RE: nx_packet_release returns 0x7 (NX_PTR_ERROR)
Hi karol, The application which i am using is a Client application.So, it will not 'accept' or 'listen' to TCP socket. But i am having nx_tcp_socket_recieve API which will also uses the same packet...
View ArticleForum Post: RE: 78f0034 debug s EZ-Cube
E1 does not list support for 78F0034. The device manual says IECube supports debugging. But the IECube page also does not list 78F0034 any more. May be the parts are not available any more. It may...
View ArticleForum Post: RL78/D1A CS+ E1 Writing to the on-chip debug reserved area is...
Hi. I am just getting started with Renesas RL78/D1A using CS+ and Renesas E1. I am trying to blink some LEDs using the QB-R5F10DPJ-TB(e) board. Using the Applelit 3 for RL78/D1A I generated some...
View ArticleForum Post: RE: RL78/G13
yes. i manage the blinking by writing to port. The P6 and P8 port manage, each a DRV8844 chip to control 2 stepper motor. I don't see any modification on the output of the DRV8844 chip. as i doesn't...
View ArticleForum Post: RE: bug report: _gx_system_timer_expiration()
Hello Jim, What SSP version are you using? I'm looking at the timer expiration function and event type is in fact GX_EVENT_TIMER, which leads me to believe you're using an older version. Display...
View ArticleForum Post: RE: nx_packet_release returns 0x7 (NX_PTR_ERROR)
Hello Nandan, Are you releasing the received packets? According to the manual, user application is responsible for releasing the received packet when it's no longer needed. Regards
View Article