Forum Post: CRC generation in RX63T
Dear All, Is it possible to use CRC calculator to generate CRC for binary in RX63T controller.? Thanks in Advance, Ravi
View ArticleForum Post: RE: CRC generation in RX63T
As RX63T has a CRC unit, this is to be expected. Please have a look the sample codes for RSKRX63T. This also includes an example for CRC calculation. www.renesas.eu/.../an_r01an2046eg_rx63t_rsk.jsp...
View ArticleForum Post: RE: Hide warning and MISRA checker
For both questions it would be useful to know which compiler you use. This is not a HEW issue, but an issue of the compiler in use.
View ArticleForum Post: RE: Error in Code Generator
Instead of including some hundred lines of error messages it would be much more useful if you explained what you do and how you do it, e.g.: Which processor do you use? Which compiler do you use...
View ArticleForum Post: RE: Cannot get demos to compile or load on YRDKRX63N
Hi Sir, Can you help me to work with YRDRX63N in this link? wiki.analog.com/.../adas1000
View ArticleForum Post: RE: MEMS microphone, PDM decoding
Hello Kirin I want to use LPF and ADC so end I'll convert PDM data to 8-bit data I designed a LPF (R=1KOhm C=10nF Fc=~16Khz). Mems clock=1Mhz and output of Mems =390Khz. so 390Khz very high for my...
View ArticleForum Post: RE: MEMS microphone, PDM decoding
Hi Samedsahinoglu, The carrier frequency is not worrying, use the CR filter. The high frequency is cut by LPF and only main vocal bandwidth is left, like a class-D amplifier.
View ArticleForum Post: Flash RH850 with command line 2 DUTs parallel
Hello, I am referring to document http://documentation.renesas.com/doc/products/tool/doc/r20ut2909ej0201_rfprh850.pdf where are used commands for command line to flash RH850. So theoretically I...
View ArticleForum Post: RE: Hide warning and MISRA checker
Hi, You are right, the toolchain information is as the follow: High-performance Embedded Workshop RX Standard Toolchain (V.1.2.1.0) RX Family C/C++ Compile Driver V.1.02.01.000 RX Family C/C++...
View ArticleForum Post: [SH7619] SPI Reception Operation - Half-Duplex Reception by DMA
I am implementing Half-Duplex Reception by DMA for SIOF peripheral of SH7619 to receive 512 bytes of data from SD card. (Please refer to Figure 16.27 (Page 509 of 816) of Hardware Manual of SH7619:...
View ArticleForum Post: RE: Flash RH850 with command line 2 DUTs parallel
To clarify how the procedure should work: Components: PC, 2 emulators E1 [R0E000010KCE00] www.renesas.eu/.../index.jsp , 2 DUTs So the question is changed to: Is it possible to run script file to...
View ArticleForum Post: RE: Hide warning and MISRA checker
CCRX does not have a#pragma to suppress warnings. This can only be done using command line options. Only informational messages can be suppressed. To suppress a warning message you have to use...
View ArticleForum Post: RE: Flash RH850 with command line 2 DUTs parallel
No way. One instance of RFP can connect only to one E1. You can only start 2 instances of RFP in parallel, and connect each of them to one specific E1.
View ArticleForum Post: RE: Cannot get demos to compile or load on YRDKRX63N
What is the problem? This demo only uses one SPI of RX62N. I would expect that the SPI on RX63N is very much the same as on RX62N. So this should not make a problem. The project uses RPDL to configure...
View ArticleForum Post: RE: Error in Code Generator
Processor: RX64M (R5F564MLCDFP) Compiler: CCRX V2.3.0 e2 studio: V4.1.0.018 MTU7 settings: normal mode (exception occurs e.g. when selecting the counter clock combo box)
View ArticleForum Post: RE: Another compiler issue !!!
I encountered similar problem when using sprintf to change data in GUIX prompts. There are many things that can cause this function to misbehave, i.e.: * The stack size for this thread almost...
View ArticleForum Post: RE: Compiler issue !!!
No Joy .... I did as you said and made sure my thread stacks were multiples of 8 (all 1024). Then I modified the linker script per your instructions. Sprintf still did not work. For now I will make my...
View ArticleForum Post: RE: Another compiler issue !!!
Thanks for your reply. I just found out from Renesas there is a known bug with sprintf and floats. They will fix in next release. For now I am doing as you did and making my own routines to display...
View ArticleForum Post: RE: MEMS microphone, PDM decoding
I got it! Using a CSI(SCK+SI) for getting data bit. And, making a table to count High-bit like an array variable below, unsigned char table[256]={ 0,//0x00 1,//0x01 1,//0x02 2,//0x03...
View ArticleForum Post: iodefine.h in RX63T using E2 studio
In iodefine.h for PORT0 ,#define PORT0 (*(volatile struct st_port0 *)0x8C000) is defined.union is used to access PODR,PIDR,PMR. But same address 0x8C000 is used to access PIDR,PMR,PDR. As per...
View Article