Forum Post: RE: MEMS microphone, PDM decoding
Hi Kirin I apologize for being late to reply.I have a few project and one of them was very impotant so i interested other project. I understand this method. thank you so much Kirin God bless you :)
View ArticleForum Post: Interrupts don't work
Hi everyone I'm using R5F102AAA end e2 studio Kpit gnu compiler. I want to use timer and ADC in my project. initialize the timer and adc in hardware setup function and set the interrupt flag TMIF00...
View ArticleForum Post: RE: Request for Application Note Ideas- Kit Give Away
Hello, I would like a sample application for the SK S7G2 that reads bitmaps from an USB memory stick, optionally stores them in the QSPI external flash, and plays a slide show in the 240x320 display...
View ArticleForum Post: RE: Request for Application Note Ideas- Kit Give Away
Hello, Is there any sample with the SK-S7G2 showing how to use the capacitive touch slider and the capacitive touch switches?
View ArticleForum Post: RE: RX71ML - .abs file error
Thank you frank......... I changed my software version and install v4.1.0.18. i have to make simple programming of interfacing EEPROM using I2C from RX71 to R1EX24016ASAS0A EEPROM IC. I made program...
View ArticleForum Post: RE: V850E/CG2 CarGate-F / V850E/CG5 CarGate-S
oloo Have you looked at the hardware manual for the V850? (page 13 section 3.2.7) The RS-232 protocol is supported including lines for rts/cts. I hope this helps Mike Clements RenesasRulz Moderator
View ArticleFile: AppNote: RZ/A1 Linux BSP Porting Guide
The purpose of this document is to explain how to modify the Linux-3.14 BSP for the RZ/A1 RSK board to work with your own board.
View ArticleForum Post: RE: Reset using certified STL for RL78-GE
Hello Mike, Thank you very much for your answer. It's been really helpful. I have turned off the parity error check during march test and no more resets I don't know witch is the best way to guarantee...
View ArticleForum Post: RE: Assembler/compiler error L2321 (E) Section "S" overlaps...
Hi Paul, Seems Frank is either busy or not available as he is not responding. Sorry to bother you but I really appreciate if you can help me to resolve the issue I have with following details: I was...
View ArticleForum Post: RE: Assembler/compiler error L2321 (E) Section "S" overlaps...
What value does it move into R0 in line 1 my guess is somewhere in range H'FFFFFFFF to H'FFFFD000 use Hew to show the memory at this location. If so then it looks like you Data section in ram isn't...
View ArticleForum Post: RE: Programming tools for production
Someone recommeded this one http://sunnygiken.jp/flash-e/ but they don't sell outside of Japan. Our purchasing is trying to get them through Renesas-Japan
View ArticleForum Post: RE: V850E/CG2 CarGate-F / V850E/CG5 CarGate-S
Thank You for info but its not exactly what i am looking for. Basically i need to communicate to chip in "Flash programming mode". Regarding documantation specific setting of MODE(0-2) pins during...
View ArticleForum Post: RE: SH726A
Hi Basanth, Have tried to scan the section 9 of this note link- documentation.renesas.com/.../r01uh0202ej0200_sh726a.pdf Hope it helps. Best, Mark Baulo Renesas Rulz Moderator
View ArticleForum Post: RE: Using Freertos on e2studio
Hi Ki, have you tried some of this notes link 1- www.freertos.org/RX64M_RTOS_Renesas_GCC_e2studio.html link 2- www.freertos.org/RX100_RSK_Low_Power_Tick-less_RTOS_Demo.html God Bless. Best, Mark Baulo...
View ArticleForum Post: RE: Interrupts don't work
Hello Kirin I use "EI();" in main function like that: int main(void) { AD_start(); TAU0_Channel0_Start(); EI(); LedUL[LedHigh][-1]=0; LedLL[LedLow][-1]=0; while(1) { } } I solved the problem but this...
View ArticleForum Post: RE: Problems with SCI
Dear Sir Carl S Stenquist, I am working with this RPDL sci code in RX63N board in HEW, its running and PC is showing register address changes. But, in serial monitor real-term nothing is send or...
View ArticleForum Post: How to work with Debug Console in HEW?
Dear Everyone, I am working in a sample SCI code of RPDL. I dont know how to read/write and send /receive data register or data in HEW. Kindly, help me to how to work with Debug console. Is there...
View ArticleForum Post: RZ/T1: Program running out to 0x14(reserved handler)
CPU: RZ/T1 R7S910018 (ARMv7-R Cortex-R4 600MHz) Board: RSK+RZT1 Probe: I-jet IDE: IAR EWARM 7.4 Hi all, I've met a problem puzzles me. When I press "Go" to run on full speed, the program runs out to...
View ArticleForum Post: RE: Interrupts don't work
Hi Samedsahinoglu, Why do you place "EI();" at the end of the interrupt function? It will automatically return to the previous PSW(interrupt enable) state when exiting from the interrupt. So, once...
View ArticleForum Post: RZ/T1: Program running out to 0x14(reserved handler)
CPU: RZ/T1 R7S910018 (ARMv7-R Cortex-R4 600MHz) Board: RSK+RZT1 Probe: I-jet IDE: IAR EWARM 7.4 Hi all, I've met a problem puzzles me. When I press "Go" to run on full speed, the program runs out to...
View Article