RE: PCAL9535A on Synergy S7G2 Dev Kit
Rick-Look at the Developer Examples Template available when you create a Synergy project targeted for the DK-S7G2. I believe there is an example SPI design that targets the port expander and toggles an...
View ArticleRE: GUIX on S1
Hi Roger,The S1 is really not a good candidate for Guix applications. Normally, the canvas that Guix draws on is located in a frame buffer in ram. The S3 or S5 is a much better choice for Guix...
View ArticleGUIX on S1
I've done the GUI labs on the S7G2-SK kit and really like the ease and speed of GUI development with GUIX. Now I have an application where the S7 is simply overkill, and the S1 is a suitable choice for...
View ArticleRE: external_irg trigger mode not stored during runtime?
Ralph,Yes - if you look at the CFG data structure declaration you will note that it is a CONST structure. You can always write to the bare metal and over ride this run-time or copy the original...
View Articleexternal_irg trigger mode not stored during runtime?
If you are changing the trigger mode during runtime, then the R_ICU->pIRQCRn_bIRQMD is set correctly by the api function triggerSet(), but the value of <irq_driver>.p_cfg->trigger is not...
View ArticleRE: PCAL9535A on Synergy S7G2 Dev Kit
Hi Rick,I have uploaded an example of using the port expander on the DK S3 - you just have to change the I/O config to match the DK S7. Here's the link: (its in the files section as the I2C example)...
View ArticleRE: PCAL9535A on Synergy S7G2 Dev Kit
Perfect and thank you for the almost acausal response!
View ArticleRE: PCAL9535A on Synergy S7G2 Dev Kit
Also, and not to be a pain - but is there an app note on using the console? Do I run the program (using the debugger) and select "open console" - or alternatively an app note on the Developer Example...
View ArticlePCAL9535A on Synergy S7G2 Dev Kit
Hello,Are there or does anyone know of example code that writes to the PCAL9535A I2C I/O Port Expander? Thank you.
View ArticleRE: changing MAC address
Hello Tim:There is a work around to do this. I am using it on my project where I have many stations on a network and should have unique MAC addresses.Change...
View Articlechanging MAC address
I have a need to change both of the MAC addresses for ETH0 and ETH1. there will be many systems installed to the same network and it would be time consuming to go into the GUI configurator to change...
View ArticleRE: changing MAC address
SteveAWESOME!!! this works. I store the MAC address in QSPI NV RAM. I need to power cycle after I alter the NV RAM since the functions only get called on power cycle. Not a problem though an unskilled...
View ArticleRE: S7G2 GPT Hardware Count Start/Count Stop and Clear Operation
Karol,I now have start/stop operation of a GPT using GTETRGA working.The setting required are:Use Synergy Pin Configuration to set Peripheral GPT1: Set up a GPT timer.Use Synergy Pin Configuration to...
View ArticleS7G2 GPT Hardware Count Start/Count Stop and Clear Operation
How do I configure an e2 studio Synergy generated project to control the operation of a GPT output.I have an GPT Timer Drive thread configure to provide a 4us PWM 50% duty-cycle output on GTIOC3A_A...
View ArticleRE: PCAL9535A on Synergy S7G2 Dev Kit
Hi Rick,Do you mean the debug console for printfs or the framework console api?The debug console has an article in the knowledge base on how to enable it and use it.-Gary
View ArticleRE: DK-S7G2: Camera Code?
After importing the project open the configuration of the project and click the "Generate Project Content" button to ensure all the SSP code is created.Ian.
View ArticleRE: NETX, Ethernet Performance expectations
Can anyone elaborate as to how to test using iperf?Thanks,Rich
View ArticleNETX, Ethernet Performance expectations
What are the realistic expectations for throughput over Ethernet using the NETX stacks? This would be doing raw packet transfers as well as when using abstractions/protocols, such as FTP. We're...
View ArticleRE: Viewing ThreadX source when using IAR
Hello Matt,You should add NetX Source and ThreadX Source through threads tab. That way, the configurator will generate the configuration necessary (which your project seems to be missing).Regards
View ArticleViewing ThreadX source when using IAR
Dear Forum,Is there a way to see threadx source code and be able to step through it when using the IAR tool chain?I have a license file from October of 2015, however it says Source=no, View=yes for...
View Article