RE: PMOD examples for S7 Starter Kit or S3 DK
Hello Rick,PMOD socket is just like any other header on the board. Here's the common procedure I use when setting up any serial communication on Synergy kits:- Use the board schematic together with...
View ArticlePMOD examples for S7 Starter Kit or S3 DK
Hello,Are there examples using the PMOD for either of the kits? Basically read/write via I2C, etc. Thank you!Rick
View ArticleRE: Not getting S124 to Subosc-Speed mode
Can you verify that all the clocks are stopped: MOCO, HOCO, MAIN OSC. all have to be stopped in Subosc-speed mode.
View ArticleRE: Not getting S124 to Subosc-Speed mode
I started the subclock oscillator and shifted AGT 1 over to that clock source. That lets me shut down the LOCO as well.My oscilloscope shows me that the main oscillator is stopped and that the...
View ArticleNot getting S124 to Subosc-Speed mode
I'm running on the DK-S124 board with my milliammeter on J3. The current only goes down to 700 uA when I run the following function with an argument of 10000 in an infinite for loop:#define...
View ArticleCompletely new to e2 studio - basic blinky question - gdb
I am completely new to e2 studio and am trying to get blinky to run on an SK-S7G2 starter kit on Windows 10, Anniversary Edition, 64bit (it's the only system I have right now)I can build blinkyI have...
View ArticleRE: Completely new to e2 studio - basic blinky question - gdb
Hello,What e2studio/SSP/GCC version are you using? GCC 4.8 2014q3 is not compatible with SSP 1.1.x, so I suppose you also have a 4.9 2015q3 installation on your machine, otherwise the project wouldn't...
View ArticleRE: Error on debug launch
Loaded the latest JLINK drivers. The JLINK gui updated the code on the board for the jtag interface.I have a problem getting the debugger to start loading the application onto the board. Did you...
View ArticleRE: Not getting S124 to Subosc-Speed mode
Hi,If you are seeing ~700uA then I suspect that the problem is due to the accelerometer on the board is still active.There is a hardware mistake on the S1 board which means that the accelerometer is on...
View ArticleRE: Completely new to e2 studio - basic blinky question - gdb
@KarolDeeply appreciate your help providing advice as I have been trying to get the program to load for two days. I have created a new project.SSP version 1.13, gcc 4.9.3blinky5 buildsTarget Device now...
View ArticleRE: Not getting S124 to Subosc-Speed mode
How do you know these functions succeeded? g_cgc.p_api->systemClockSet(CGC_CLOCK_SUBCLOCK,(cgc_system_clock_cfg_t *)&slowClockConfig); g_cgc.p_api->clockStop(CGC_CLOCK_MAIN_OSC);...
View ArticleRE: Not getting S124 to Subosc-Speed mode
I stepped over them in the debugger watching R0. All functions returned zero, i.e. SSP_SUCCESS.As stated above, I breakpointed the end result and looked at the various oscillator control registers and...
View ArticleRE: Completely new to e2 studio - basic blinky question - gdb
I've been testing J-Link without the synergy e2 Studio just to see if I can connect to the board. It seems like J-Link Commander and J-Link GDB Server can connect to the board.I still haven't figured...
View ArticleRE: Error on debug launch
HelloWhen you press on "clock for downloads", a list of links will show up. Following the first link should lead you to the latest J-Link package installer. This will update the DLLs on your...
View ArticleRE: Completely new to e2 studio - basic blinky question - gdb
Hello,The easiest ways to program board with .bin, .hex and .srec files is to use J-Flash Lite, which is the part of the J-Link package you installed. The device is R7FS7G2, 4MB. The interface and...
View ArticleRE: Completely new to e2 studio - basic blinky question - gdb
You rock dude! I have it working thanks to your help.Blinky works. On Windows 10 Anniversary Edition, I needed to select "Run As Administrator".This was easier to debug for me with the J-Flash Lite as...
View ArticleRE: New to Synergy / ThreadX
Hello Tom,In ThreadX environment, you're given access to one initialization function that is called upon kernel entry but before any threads are started. The prototype for it is: void...
View ArticleNew to Synergy / ThreadX
My firmware team and I have been using Hew and the Renesas H8 family for years. We use the standard "big loop" design; you enter main(), run all your initialization/setup code, and then enter your...
View Article