Forum Post: RE: RX63N TPU counter signal
Thanks for your answer. I will try to apply this.
View ArticleForum Post: RE: RL78/G12 R5F102AA- Serial code generation error
FrankL, Thanks for update. Hope it might work, but I changed to another serial port and produced again new set of boards. Regards, Vinayak
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hello Nandan, Our NetX specialist investigated problem in more detail, but it seems like it's mostly down to configuration of the server (which usually times out after 10-15 minutes). I believe that...
View ArticleForum Post: RE: Enable NetX Socket ADDR_REUSE Flag
Hi karol, This is the sequence of execution i am using in my code 1)status = nx_tcp_socket_create(&ip_0, &my_socket, (CHAR *) "Echo PubClient Socket",...
View ArticleForum Post: RE: ICU does not immediately disable interrupt
You are right, thanks for pointing that out, the interrupt should not be enabled until just after the compare. However, the problem remains, the two variables will still have different values after...
View ArticleForum Post: Clock source for CPU and CAN (Controller Area Network) interface
Hello, I am using RL78 F14 micro controller and I have 20 Mhz quartz connected as main clock source on the board. Now I need to set the clock frequency for CPU which should be 32 Mhz and clock source...
View ArticleForum Post: RE: Can not build the sample program of RL78/G1D Evaluation Board...
Hi Dawn, Prior to evaluate this sample program (r01an3017ej), you do need Renesas BLE software (stack) for Bluetooth libraries to add in this project. Thus, you have to get the Renesas BLE software...
View ArticleForum Post: RE: Clock source for CPU and CAN (Controller Area Network) interface
Observe that CAN has a max. 0.5% tolerance on the oscillator. You could see chapter 9 in the CAN spec, "Increasing CAN Osc. Tolerance". That's what they are saying with Note 2
View ArticleForum Post: RE: Loading a program into a H8S2357
Hi Frank I just wanted to offer my thanks to your excellent support which has enabled me to load the Firmware and also the application to my data logger which is now working. This is inspite of not...
View ArticleForum Post: USBX CDC ACM Host
Hi All, I'm trying without much success to use the S3 in USB host mode. I'm measuring the USB+ and USB- on the dev board and have the attached project running. I'm trying to see any data present on...
View ArticleForum Post: GDB Hardware Debugger can’t connect to the board
I am running e2 studio Version: 4.3.0.008. Occasionally my e2 studio debugger can’t connect to the board with the following message that I don’t understand. Can somebody explain please what does this...
View ArticleForum Post: RE: Clock source for CPU and CAN (Controller Area Network) interface
Thanks for your reply. I want to know the impact if I select fx = 20 Mhz (which is external quartz on the board) and fCLK as 32 Mhz from On-Chip Oscillator. Since I am voilating this equation [fx...
View ArticleForum Post: RE: S3A7 DK SPI on r_sci and on r_spi issues
Hi, 1. Looks like there is some wrong configuration in this project. Make sure that SCI driver enabled in SCI Common module and driver module added are correct (like SCI SPI is enabled in SCI Common...
View ArticleForum Post: RE: GDB Hardware Debugger can’t connect to the board
Hi Janusz, Was this e2 studio installed using the official installer? We've seen this rather odd message when the Microsoft redistribution is not installed correctly. Could you try installing this and...
View ArticleForum Post: RE: GDB Hardware Debugger can’t connect to the board
Hi Mark, Thanks for the reply. Yes I have already had that redistributable package installed – I have checked it in the Control Panel in “Programs and Features” page. I also did click on the link you...
View ArticleForum Post: RE: USBX CDC ACM Host
To use the USB host on the S3A7 make sure the USBF DIP switch on the Top board in Off. Then to register the USBFS peripheral as a host controller :- #include "ux_api.h" #include...
View ArticleForum Post: RE: RX63N PWM output
Hi, I want to control a full-bridge of a DC/DC converter 3kW (400Vin - 48Vout)in a ZVS mode. First of all I want to understand if the microcontroller mange the PWM and in which way. Then I want to...
View ArticleForum Post: Why the context is invisible in sample code
Hi all, I downloaded the Bluetooth® Low Energy Protocol Stack RL78/G1D applications to communicate with RenesasBLE in the following Renesas webset link:...
View Article