Forum Post: RE: MEMS microphone, PDM decoding
Hello Kirin so sory but i don't understand this array. How do you create? have a formule or totally random? and should i compare data from CSI and table []? and lastly i am going to send this 8-bit...
View ArticleForum Post: RE: sreg register
I tried to look your sources and original sources in github. I think it's hard to implement how to work actual Sprinter. For example, the original source use the TIMER1 interrupt as below function....
View ArticleForum Post: RE: about simple code in c for microcontroller
Hello, I got following error, C:\Renesas\RPDL\RX63N_library\Interrupt_EXDMAC.c(23) : C5005 (F) Could not open source file "r_pdl_definitions.h" what to do?
View ArticleForum Post: RE: Cannot get demos to compile or load on YRDKRX63N
I followed the instructions on the page you mentioned, and I also incorporated the modifications proposed by DragosB. ez.analog.com/.../79039 I found it still required some work to get the project to...
View ArticleForum Post: RE: MEMS microphone, PDM decoding
Hi Samedsahinoglu, The complete array is below. It is only counting bit"1" in the data value. unsigned char table[256]={ 0,//0x00 1,//0x01 1,//0x02 2,//0x03 1,//0x04 2,//0x05 2,//0x06...
View ArticleForum Post: How to determine processor type RL78Fnn?
Is there a straight forward way for software at initialization time to determine what processor the software is working on? E.g. I would like my software to find out wether it is running on RL78F12,...
View ArticleForum Post: RX63N Temperature sensor
Hi All, I'm trying to use internal temperature sensor of the RX63N. It seem for me the voltage/temperature slope of 4.1mv/°C given in the HW-manual of RX63N could not be right. I do some measurements...
View ArticleForum Post: RE: Problems with UIP RX63N and lost communication
Hi, you are right, the 'zero copy' example is a little buggy. I had the same problem and I write my own low level Ethernet driver based on the 'zero copy'-example. I do not use g_ether_rx anymore,...
View ArticleForum Post: RE: MISRA C warning free iodefine.h
@FrankL: It is a really big problem. All constructs used in iodefine.h are not MISRA conform. and i is almost impossible to change it so that they are. iodefine.h is abt. 11000 lines long....
View ArticleForum Post: RE: RX63N Temperature sensor
Hmmm. With a operating temperature range of -40 - +105 degree C a slope of 41mV/°C would result in a total voltage difference from min to max of 145*41mV=5.945V. This is a little to much for a device...
View ArticleForum Post: RE: about simple code in c for microcontroller
Where do you get the RPD files from? Do you have a PDG project? The PDG project should include the file. Did you copy from RPD library using the batch file? The batch file asked about the device...
View ArticleForum Post: RE: RX63N Temperature sensor
Hi Frank, I thought it about. But I measure (Vref at Vcc=3.33v) at 25°, just after power on about 1,26v (AD readings ~1550). This is almost exactly what they say in the manual. I've glued a PT100 at...
View ArticleForum Post: RE: RX63N Temperature sensor
Jan, We use the temperature sensor in the 63N and it appears to agree with the data sheet. your reading would give us a value of 148 degrees. Is the 2200 straight from the ADTSR register or after...
View ArticleForum Post: RE: RX63N Temperature sensor
Hi, I've found, was my fault. I haven't powered up the temperature unit: "MSTP(TEMPS) = 0". Works fine now. Thanks for good words!
View ArticleForum Post: Top 20 finalist annaunced
Hello friends TOP 20 Finalist Announced............. Link: http://renesas.electronicsforu.com/gr-sakura-design-contest-india-2015-top-20-finalists/ Congratulation and good luck for grand finale to all...
View ArticleForum Post: GR Kaede Design Contest Grand Finale Location
Where GR Kaede Design Contest Grand Finale will be conducted?
View ArticleForum Post: RE: about simple code in c for microcontroller
Dear Sir FrankL, I have downloaded the files from Renesas website, according to application note r20ut1963ee0121_rpdl_rx63n.pdf instruction, I have used Using RPDL stand-alone process,( see page 3...
View ArticleForum Post: RE: Cannot get demos to compile or load on YRDKRX63N
Thank you very much sir. I must try this. Kindly answer me in the other string for YRDKRX63N board setting for this application.
View Article