Forum Post: Camera Demo/Tutorial for DK-S7G2?
I want to be able to use the camera module on the DK-S7G2. Are there any tutorials/ source code for driving images from camera to display?
View ArticleForum Post: RE: Camera Demo/Tutorial for DK-S7G2?
Hello Jim, The same question has been asked recently: renesasrulz.com/.../6216.aspx Regards
View ArticleForum Post: RE: DK-S7G2: Camera Code?
Hi Ian: I never reach line 64 of the pdc_thread_0_entry. I get trapped instead at line 214 with error code 18 (SSP_ERR_ABORTED). I am not using 1.10-alpha.1 (where do I find this?) but instead...
View ArticleForum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Hi Rick, Please refer to this forum article: renesasrulz.com/.../6926.aspx -Gary
View ArticleForum Post: RE: Renesas Virtual Debug Console greyed out - unable to use
Hello Karol, I'm also trying to get the debug console output working. I've already tried the version of the knowledge bank and now your sample as well, but both won't work for me, if you pass...
View ArticleForum 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: DK-S7G2: Camera Code?
The camera initialisation is failing. Please enure you have the CAM DIP switch on the baseboard set to ON, also set the ENET1 DIP switch to 0 on the top board (the PDC and ETH 1 share pins, so the...
View ArticleForum Post: RE: Camera Demo/Tutorial for DK-S7G2?
Here is a project that captures images from the camera and outputs them to the LCD on the S7-DK board. Please ensure that the CAM DIP switch is ON on the Baseboard and the ENET1 DIP switch on the TOP...
View ArticleForum Post: RE: Renesas Virtual Debug Console greyed out - unable to use
Hallo Karol, thanks for your advice, I've updated to V6.00 and printf with parameter works fine now. If increasing blinking frequency (sleep=10 or 1), the output is then blockwise 5-10 lines. But...
View ArticleForum Post: RE: Renesas Virtual Debug Console greyed out - unable to use
Hallo Karol, thanks for your advice, I've updated to V6.00 and printf with parameter works fine now. If increasing blinking frequency (sleep=10 or 1), the output is then blockwise 5-10 lines. But...
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: 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: 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: Hangs in static library(.a)
Hi, We are compiling and creating a static library(.a). We have an application(compiling as different project) linked to this static library. We have a part of code(include tcp socket read) in static...
View ArticleForum Post: RE: S7G2: Workaround to enhance number of external IRQs?
Hi Ralph, In addition to the KEY Input Function, if you need yet more pins, you could look at using the Port Group Function of the ELC and a spare GPT timer if you have one. The inputs of Ports 1, 2,...
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Karol, Where in the threads tab using the ssc is the place to turn on source? I did not see anything that talked about source. Thanks Matt
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hi Matt, Highlight the HAL/Common area in the threads tab then the + in the HAL/Common Stacks and select Framework RTTOS ThreadX Source. -Gary
View Article