Forum Post: RE: Empty FCU firmware area
I have never heard of anything like this. And I don't know of a possibility to write to this area. The debugger prevents writing to this area. The serial programmer will not write it as it is not...
View ArticleForum Post: RE: Empty FCU firmware area
And I don't find any information about FCU firmware modification. I have two same board. And I also can read user boot area (entry point - FF7FC5E0)
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
How Can I define a set of 8pins to an array of 8 pins.
View ArticleForum Post: RX63T Write/Erase Operation
Hi, I am facing a problem while writing data to data flash memory of RX63T.I am using the API given in sample code of RX63N. I am trying to write 2 bytes of data(any data) but complete data flash...
View ArticleForum Post: RE: Is GR_KAEDE comaptible with high torque servo motors? How to...
hi, I would like to interface two servo of torque around 10kg.cm...is it possible to do with GR-KAEDE?
View ArticleForum Post: Switching from supervisor mode to user mode
When the interrupt routine switches from supervisor mode to user mode PSW PM flag is not changing to 1.(1-user mode, 0-supervisor mode) .
View ArticleComment on I have usb driver problem please tell me how to overcome it ,I am...
and also please help me how to use GR KAEDE board completely
View ArticleI have usb driver problem please tell me how to overcome it ,I am using...
I have usb driver problem please tell me how to overcome it ,I am using windows 8.1
View ArticleForum Post: RE: Switching from supervisor mode to user mode
Which processor do you use? How do you write the PSW? If you use RX, do you know this note? Switching from supervisor mode to user mode requires execution of an RTE instruction after having set the...
View ArticleForum Post: RE: rz/a1 info
Hi all, I'm doing some test with VK-RZ/A1H board, by now I'm porting RSK uboot to this board and things works, but I have to complete some modification and then start with linux. I am a bit curious...
View ArticleForum Post: RE: Switching from supervisor mode to user mode
Silly question maybe but were you in user mode before the interrupt? Paul.
View ArticleForum Post: RE: rz/a1 info
Hi Alberto, You can use SD CARD RAM/Flash/I2C Loader for transferring an application from SD card to RAM and then run it. Please see the link below. vekatech.com/SD%20CARD%20RAM_Flash_I2C%20Loader.pdf...
View ArticleForum Post: SD card interfacing
Good evening to all, i m interfacing sd card with R5F212BC controller. i m reading *.bmp file and displaying it in TFT display. The problem is to display an image with the size of 160x100pixels it...
View ArticleForum Post: RE: rz/a1 info
Hi Alberto, To be more specific: bootloader area : 0x20020000 - 0x200AFFFF user application : 0x200B0000 - 0x209FFFFF BR, Teodor
View ArticleForum Post: RE: Switching from supervisor mode to user mode
Hello, I'm using RX63T. I'm using CMT and ADC interrupt in my program.First time CMT timer will be triggered(with priority 7), next time ADC interrupt will be triggered(with prority 10).But next CMT...
View ArticleForum Post: MTU3, RX63T,compare match timer using MTU3
Hi, I want to configure MTU3 as compare match timer but it is not generating interrupt. Kindly help. Timer initialisation and MTU3 ISR function is as below: void init_timer(void) { /* Protection...
View ArticleForum Post: RE: RX63T Write/Erase Operation
OK, you take a working sample code, remove and modify some parts and it does not work any more. That's what debugging is for ... . E.g. do you know what the value of size is in your write function?
View ArticleForum Post: RE: MTU3, RX63T,compare match timer using MTU3
prija, Instantiating your count variable inside your ISR may be your issue. Mike Clements RenesasRulz Moderator
View ArticleForum Post: Implementing Code Flash Blank Check in RH850F1L
Hi, I am trying to implement Blank check function for Code Flash in Rh850F1L so that No ECC exception is generated in case of reading a blank flash area. I am referring to Rh850F1L hardware manual...
View ArticleForum Post: RE: C++ in e2 Studio - can't use "new" operator
beammy, Thank you for sharing your findings. Mike Clements RenesasRulz Moderator
View Article