Forum Post: RE: Renesas Virtual Debug Console greyed out - unable to use
Hello, Please make sure you download and install the newest J-Link package from SEGGER website: www.segger.com/.../jlink . This looks like a problem with the jlink.dll. Regards
View ArticleForum Post: RE: external_irg trigger mode not stored during runtime?
Hello garyj, hello Karol, thanks for your hint, I've forgot that const data will be initialized by the configurator. I was only confused that I can call triggerSet() with SUCCESS and reading back...
View ArticleForum Post: RE: Renesas Virtual Debug Console greyed out - unable to use
Hello Ralph, initialise_monitor_handles() is non-RTOS function so it only needs to be run once per entire application. You must ensure that it is called before any printf() is executed in your...
View ArticleForum Post: RE: generate *.mot and *.hex files with debug symbols.
Fragero, thank you for the answer! so I can't use this toolkit for RH850... it's a very-very pitty. nevertheless what do I do wrong with gcc options?
View ArticleForum Post: RE: generate *.mot and *.hex files with debug symbols.
Unfortunately I don't know only less details about ggc compiler. Other compiler (e.g. IAR ) use a conversion tool to create an intel-hex- or motorola-s-record file from the ELF-file. Additionally...
View ArticleForum Post: RE: generate *.mot and *.hex files with debug symbols.
Unfortunatly we can't use e2studio because it doesn't support our chipset - D1Mx ( I can't found it in the support devices) So What do you think, is there some way to compile code by some compiler and...
View ArticleForum Post: RE: RZ/A1H Field Update Strategy with xipImage
This is exactly what I was looking for. Thanks.
View ArticleForum Post: RZA1 Power Down USB Hub
I need low power operation when connected to an external USB device with the RZ/A1. I'd like to power down the USB hub ( R8A66597 ) on boot, wait a long period of time, and then power it up again and...
View ArticleForum Post: RE: DK-S7G2: Camera Code?
Thank you, Jeremy. That certainly got me past the initialization issue. I did want a little clarification on the last part regarding clocks. I interpret what you said is that the PCLKB which is...
View ArticleForum Post: RZ/A1 RSK XIP QSPI Reprogramming Apps Partition
I read the application note for reprogramming the RZ/A1 here: renesasrulz.com/.../3201.aspx I was able to build and load the qspi_flash.ko after boot. I was also able to use the qspi_app to erase both...
View ArticleForum Post: RE: DK-S7G2: Camera Code?
OK. I see where are you are referring to the clock division. It is in the threads section
View ArticleForum Post: RE: DK-S7G2: Camera Code?
OK. I see where are you are referring to the clock division. It is in the threads section
View ArticleForum Post: RE: DK-S7G2: Camera Code?
Yes, leave PCLKB set to 60MHz, the setting is in the configuration for the PDC driver in the threads TAB, to divide the clock by 10 rather than 6
View ArticleForum Post: RE: How to add RGA library to existing e2studio project?
Success! (maybe) I'd like to be able to explain what I did to get this project to work in my environment, but it just sort of started linking at some point - and I was unable to go back and get it to...
View ArticleForum Post: RE: RZA1 Power Down USB Hub
Cutting down power is more of a manual thing. You can use bind/unbind to remove the drive and then even go into low power mode if you want (or, theortically go from host to device like in on-thr-go)....
View ArticleForum Post: RE: RZ/A1 RSK XIP QSPI Reprogramming Apps Partition
The issue might be that with dual spi flash, the address you pass to erase the chip is half the address you access it with (1800_0000). The reason is that in spi mode, each api flash address holds 2...
View ArticleForum Post: RE: RL78/G13 Reset via software
Hello akay, The way which can generate a software reset in RUN on a debugger is indicated below. (*(volatile unsigned char *)0xF0078)=0x80; // IAWCTL illegal access detect enable *(__far...
View ArticleForum Post: RE: generate *.mot and *.hex files with debug symbols.
Did you try to contact the Renesas RGL support team ? They should be able to help, maybe there is already a variant for CCRH compiler available.
View ArticleForum Post: question about "eightbit" memory
the h8300 GNU sim has its own implementation for memory handling that i'd like to replace with the common sim memory code. however, it's got a weird bit of code it calls "eightbit mem" that makes this...
View ArticleForum Post: RE: RX62N Direct Drive LCD Demonstration
Yes, some contacts give me projects that work fine on RX62N
View Article