Forum Post: RE: Importing error to E2 Studio from IAR existing Project
Can you please make sure the SECURE BUILD COMMAND settings are proper on your setup ?
View ArticleForum Post: Implementing a small L2 ethernet switch
Could a 2 port ethernet switch be implemented on the S7 using the DMA for quickly selecting the packet to forward or not to forward? What would be the expected latency if running the M4 at 240MHz?
View ArticleForum Post: RE: Implementing a small L2 ethernet switch
Piconet architecture of NetX , Suppoted NetX Driver's Zero copy implementation the latency will be minimal. But again it depends on the packet size. Smaller the packets more CPU overhead. S7 Device MAC...
View ArticleForum Post: what are all pin setting needed for GT202 Wifi on Sk-S7G2 connect...
I wanted to connect GT202 WiFi module on PMODA SK-S7G2 board. Many sample project connect shows PMODB and Pin configured for RST 06_03 and SSL0 ->04_13. Looking for equivalent PIN selection for PMODA ?
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hello Sk-S7G2 I am getting similar problem when I add SPI driver for Wi-Fi GT202. The reason is already SPI driver interface added part of GUIX configuration for LCD panel. Earlier I was getting...
View ArticleForum Post: RE: Changing to SSP 1.2 causes errors in functioning project, but...
Hi jimctr, You can create BSP pack by right clicking on the project and selecting Export Synergy User Pack... Before, I recommend to read the BSP Upgrade Guide available at Synergy Gallery:...
View ArticleForum Post: RE: what are all pin setting needed for GT202 Wifi on Sk-S7G2...
Hi Mk, Description of all interfaces on SK-S7G2 can be found here: www.renesas.com/.../r12um0004eu0100_synergy_sk_s7g2.pdf I compared PMODB and PMODA and I suppose that for PMODA SSL is on P1_3 and...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hello Mk, To resolve "multiple definition" linker error, please follow instructions in the upgrade documentation (the fix has also been mentioned on this forum few times). You won't be able to use...
View ArticleForum Post: RE: Touchscreen calibration on S7G2DK V3.1 and sx8654
OK, thanks for the explanation. I have another problem though : the coordinates of the touched points are sometimes completely wrong. I attached a project with a basic print of the coordinates each...
View ArticleForum Post: RE: Touchscreen calibration on S7G2DK V3.1 and sx8654
Hello Bastien, Although I can hardly see any issues with returned values (especially when using pen/stylus), I decided to look inside you project configuration and spotted few problems: - On DK-S7, I2C...
View ArticleForum Post: RE: Touchscreen calibration on S7G2DK V3.1 and sx8654
I'm also attaching an SREC for the application I developed some time ago to test out a touch screen on DK-S7. Make sure SDRAM and PBs are both enabled. S1 opens settings, S3 resets canvas. You can use...
View ArticleForum Post: Lose components/files when trying to make a custom BSP (SSP 1.2)
I am trying to make a custom BSP, but in the process run into problems. I don't know this until I try to create a test platform with the new custom board support package. When I make I new project, I...
View ArticleForum Post: RE: Touchscreen calibration on S7G2DK V3.1 and sx8654
Thanks a lot for these explanations!
View ArticleForum Post: RE: Lose components/files when trying to make a custom BSP (SSP 1.2)
Hello, The problem you're seeing is caused by capital letters in the path to the BSP. Pack creator will default these to lowercase, however Java class used for accessing files inside PACK file makes a...
View ArticleForum Post: RE: Synergy Oscillator
Looks like Karol is helping to see if it is SW issue. It could be HW issues. Section 9.3 of HW manual talks about main oscillator design. If you provide datasheet for crystal you are using and a "clip"...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
snippet from Upgrade Guide ======================== 3.4.2 Build errors due to ‘redefinition of ’ (multiple configurations of the same SSP module) If you experience build errors related to redefinition...
View ArticleForum Post: RE: Lose components/files when trying to make a custom BSP (SSP 1.2)
While this appears to work - no errors and compiles, I am not seeing custom_user_board under the list of components:
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hello Karol I am bit more confused with all these changes even though I can understand partly. My reason for confusion here is as follow a. I created project SSP1.2.0 using Hello World GUIX document...
View ArticleForum Post: RE: what are all pin setting needed for GT202 Wifi on Sk-S7G2...
Hi adboc, Thank you. I looked at pin diagram on the document as I was not sure that PMOD A, B having different labeling so wanted to make sure. As per this below question and reply from Karol to work...
View Article