Forum Post: RE: RX63T KPIT GNURX Compiler header file Problem
Looks like the vector table is not filled in correctly, or is missaligned or the relocatable vector table register is not set. Where does the INT_Excep_BRK(void) return to when it exit?.
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
Hi, \void INT_Excep_SCI1_RXI1(void) { g_sci_rx_buffer = (char)SCI1.RDR; DDI_transmitCharacter( g_sci_rx_buffer); } Thanks and Regards, Shail Shah.
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
This table misses some vectors from 0x0120 to 0x0164, from 0x016C to 0x0184 and from 0x01AC to 0x01C4 (and may be some more). So probably all following vectors are at the wrong addresses. Did you...
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
Hi, Thanks for your reply. I have not modified in vector table.c. It is bydefault Created by KPIT Compiler. Name Vector No Vector Address — Reserved 72 0120h — Reserved 73 0124h — Reserved...
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
The table misses even more than Frank is listing. I would suggest create a new project and see if the vector table is completed in this. If this is also missing table then what version of compiler...
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
Hi, Thanks for your reply. I am targeting RX63T and KPIT GNURX Compiler Version GNURXv1501. Thanks and Regards, Shail Shah.
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
Whatever pins I mentioned above in CN13 & CN9 can be used as Digital I/O control.
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
All the pins from 0 to 66 can be used as Digital I/O control.
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
THANK YOU FOR YOUR VALUABLE REPLY SIR
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
I have generated a new project for both the 63n and 63t the vector tables generated differ by 128 lines which suggests 64 missing vectors. On top of this there are repeated vectors on the 63n version...
View ArticleForum Post: RE: Image processing using GR Kaede
Hi Electron , Please try pressing the key again after "success to SD card" message.
View ArticleForum Post: RE: Image processing using GR Kaede
usbdriver not working for me :( im using windows8..downloaded the inf file and installed but couldnt find com30 in ports. pls help
View ArticleForum Post: RE: Is GR_KAEDE comaptible with high torque servo motors? How to...
Hi SHA2NK, Give specification about your high torque servo motors. How many Kg/cm(torque) servo motor used in your project ?
View ArticleForum Post: RE: Image processing using GR Kaede
It does work if we press the key again but i don't see a line in the above code that requires for us to press the key again after the "success to SD card". Please explain that part. Thanks.
View ArticleForum Post: RE: Image processing using GR Kaede
@BOSS Once you have downloaded the usb inf file go to device manager and see the GR Kaede under the ports list. Now right click on that and do update device driver. Then follow the steps and install...
View ArticleForum Post: RE: e2studio
Did you try with provided sample code? Following user guide might be helpful. documentation.renesas.com/.../r20ut2040eg0100_rskrx630_e2studio_tutorial_manual.pdf Regards, Shrenik
View ArticleForum Post: RE: About the camera mounted on the Kaede board
Yes you should be able to mount bergs strips and use GPIOs which are not used by camera and sd card. Regards, Shrenik
View ArticleForum Post: RE: invalid code error on the RPF software after connecting
Can you please describe the steps you followed and the error you got? Please provide screenshots if possible.
View ArticleForum Post: RE: RX63T KPIT GNURX Compiler header file Problem
Hi Paul, you are right, there are several more problems in the vector table than what I listed. I saw those after I wrote my reply. I sometimes use GNURX, but it is not my preferred tool. Renesas...
View Article