Forum Post: RE: JPEG decoder
Thank you Warren. Because this file is encrypted I will need to retype manually all the function or at least the parts I need, but I'm going to try it.
View ArticleForum Post: RE: DK-S7G2: Camera Code?
The PDC module is designed to capture from a connected camera. SSP v1.1.0 has a HAL driver for the PDC. A demo is planned but is not available yet. I will put together something showing the use of PDC...
View ArticleForum Post: RE: JPEG decoder
The painting process works, but there is a bit of code inside sf_el_gx_jpeg_draw() that surprises me. When the function is waiting between the painting of groups of lines it waits this way: /** waits...
View ArticleForum Post: Include asm code in line on a Synergy project
Hi everybody, can I include a part of assembler code in a synergy project in line on C code? (cortex m4 assembler)
View ArticleForum Post: RE: DK-S7G2: Camera Code?
Attached is a demo project for the DK-S7G2 (v3) board using the PDC to capture from the camera included in the kit. The camera is configured via IIC on SCI channel 7. Put a breakpoint on line 64 of...
View ArticleForum Post: RE: DK-S7G2: Camera Code?
Hello Ian. Thank you very much! This is going to be fun. Richard V
View ArticleForum Post: RE: Parameters from command line
I am trying to do something similar ... specify the serial number at run time. Want to launch multiple instances from the command line, each with a different programmer serial number. I have not found...
View ArticleForum Post: RE: How to determine which DMA is used by core ThreadX components
No need to respond. I see now there is only one DMA engine, with multiple DMA channels.
View ArticleForum Post: USB driver does not use DMA?
I read (on the forum) that the USB driver does not utilize DMA for transfers. Is this being addressed? Also, what other items (core provided items) don't use DMA? Thanks, Rich
View ArticleForum Post: Release notes, SSP 1.0.0: USBHS/USBFS controller support
In regards to the release notes for version 1.0.0, in section 9.38.2 it mentions: USB host is currently only supported on the USBHS controller. USB device is currently only supported on the USBFS...
View ArticleForum Post: RE: Request for Application Note Ideas- Kit Give Away
Only a few more days to get your entries in! Let's see some more ideas.
View ArticleForum Post: RE: Request for Application Note Ideas- Kit Give Away
Terms and Conditions for the Renesas Rulz Synergy Application Note Idea Kit give away can be found here: Offer is valid to residents of US, Canada and Mexico. Other restrictions may apply....
View ArticleForum Post: RE: CPU frequency error
Hi Scott, I'm facing a similar issue, Is there any possible way to full erase the chip by Renesas or Any tool to do that? Do you think, it will recover after full chip erase? Thanks, Hari
View ArticleForum Post: RE: Include asm code in line on a Synergy project
Hi, In Synergy projects you can employ most general ARM principles and so, the inline assembly is done using __asm volatile ("command)"; (use volatile to prevent optimization of that code). You can...
View ArticleForum Post: RE: RH850 + E1 + GHS
Hi Artur, I'm facing connection to RFP debugger. Because I set all the OPBTs to FF..FF. May I know how did you erased it? When my OPBT1 was 0xFFFFFFFF, the RFP throws CPU frequency error. If you tell...
View ArticleForum Post: RE: RH850 + E1 + GHS
Hi Hari, I erased and set option bytes via Renesas Flash Programmer. Make sure that your crystal settings are correct (maybe try different values? are you using crystal or internal oscillator?). If...
View ArticleForum Post: RE: RH850 + E1 + GHS
Hi Artur, Thanks for the quick response. I'm not using the development board. I'm using custom PCB made with the RH850 P1H-C controller. I'm using crystal of 16MHz. I couldn't able to establish...
View ArticleForum Post: RE: Changes in circuit
Dips, Could you please upload an image with a higher resolution? An please clarify your issue. Do you need to increase the current or just its reading value? Kind regards, Sergey Sokol, Forum moderator
View ArticleForum Post: GUIX issues
Hi all, I'm using the latest Synergy platform ( 4.2.0.012 ) and I have issues with GUIX. First of all, there are typos in the auto generated code which makes it hard to use: 1) if you try to use the...
View ArticleForum Post: IAR Linker File Segments
Hello, I have started using RL78F14 on IAR Embedded Workbench. I came across the default linker file for the project which shows segmentation as -P(DATA) FAR_N = [FAF00-FFE1F] / 10000 I cannot...
View Article