Forum Post: RE: RX210 RSK clock generation issue
The most accurate way is to use a timer output or to use the BCLK signal. With a standard setup PCLK (timer count source) should be ICLK/2 and BCLK should be ICLK/4. So with both you should be able to...
View ArticleForum Post: Merging projects
I have two already running projects, one that reads and writes an USB memory stick and another that paints images in the LCD display. Both projects are based on examples or are SSP generated. Now I...
View ArticleForum Post: RE: Merging projects
Although there isn't a dedicated project-merging tool, there are some steps you can take in order to simplify the process: 1. Start with LCD project as the foundation (this is because using LCD...
View ArticleForum Post: RE: SCI on SPI not working - giving bad values
I solved my issue. I was not selecting the correct channel in the HAL driver Properties for the spi driver. I'm using SCI with SPI and the channel setting was set to default of 0. After selecting the...
View ArticleForum Post: RE: Merging projects
Thank you Karol. Here is an idea for future releases: working in the classical way, with no code generator, is very easy to make a function with all the pin initialization for each software block (in...
View ArticleForum Post: RE: SELF PROGRAMMING
Fabio, Synergy devices are designed at a hardware level to allow easy firmware updates in the field. Keep watching for new Framework features to be added to the SSP that would support OTA updates as...
View ArticleForum Post: RE: SCI on SPI not working - giving bad values
Well, the only thing I can think is that your MOSI pin would have been configured as an Input by default (until you selected that channel in the properties window). When clocking data on a line that's...
View ArticleForum Post: RE: RX210 RSK clock generation issue
As you can see from your loop you have four operations in it so your loop appear 4 times slower than you think. At 50Mhz each cycle is 20ns. 1 nop = 1 cycle, each one you add adds 5000 cycles to the...
View ArticleComment on GR-KURUMI e2studio project (template version V1.12)
Hi Johnny-san, I updated the project files, that decrease the size of object to about 44K. Could you try importing and debugging again?
View ArticleForum Post: RE: Programming S7G2 directly with USB or serial without programmer
To use RFP you need to have a PC connected in your production environment, is that really what you want? Also your hardware needs to provide a USB connector which might be planned or not. There is a...
View ArticleForum Post: RH850/FL CAN Driver
Hello, I am working on the CAN driver implementation and found the driver is not able to transmit data on the BUS.PLease find the debug findings below: - Cantransmit function is writing Data and ID to...
View ArticleI have the PG-FP5 and it takes up to 10 minutes to load an hex file by RS232....
I have the PG-FP5 and it takes up to 10 minutes to load an hex file by RS232. Using USB it takes 10 seconds. I need the VCP driver to use the tool as VCP Port. Any idea to get it? in Other
View ArticleForum Post: RE: SCI on SPI not working - giving bad values
Is this the SPI to the display on the S7G2-SK? If so then the issue is that the RSPI peripheral and the SCI peripheral both share the same IO pins, only the MOSI and MISO are reversed. By default,...
View ArticleForum Post: RE: Vanishing license rights
A final note: now, after executing the code I was having another problem and found out that it was because of the optimization level has changed to -O2, but on friday it was -O0 !! I'm scared on how...
View ArticleForum Post: RE: Vanishing license rights
A final note: now, after executing the code I was having another problem and found out that it was because of the optimization level has changed to -O2, but on friday it was -O0 !! I'm scared on how...
View ArticleForum Post: RE: Vanishing license rights
I suppose this has something to do with .cproject file that fails to save changes on exit. The ISDE dev team is aware of this problem and it should be fixed in the future releases.
View ArticleForum Post: RE: Vanishing license rights
It's possible that your project inherits its settings after another one (because of the way it was imported), so if you go to Project Settings Resource Linked Resources you shouldn't see any entry...
View ArticleForum Post: RE: Vanishing license rights
The "Linked Resources" list is empty and the path variables seem right. Is this ok?
View ArticleForum Post: RE: Vanishing license rights
For me the list has four entries, maybe that's the cause of the problem:
View ArticleForum Post: RE: Vanishing license rights
My "Path variables" tab has also these four entries. What is empty is the other tab, the "Linked Resources".
View Article