Forum Post: RE: CapTouch tuning tool (Workbench) for Synergy
Hello Roger, The tuning utility (Workbench) should be available on the Gallery now, under Synergy Software Package -> SSP Utilities. Regards
View ArticleForum Post: RE: Lose components/files when trying to make a custom BSP (SSP 1.2)
Hello jimctr, Did you set the versions of the pack file to 1.2.0? Regards
View ArticleForum Post: RE: BSP Help
Hello jimctr, In 3.1.1.14, point 4 of the second sequence, did you change BSP to "Custom User Board"? Regards
View ArticleForum Post: RE: Making own ISR in S7G2
NOTE: I just noticed that my user defined ISRs were missing clearing the ISR status flag in the GPT peripheral. They should be like this. void gpt0_counter_compare_match_A_isr(void) { ssp_vector_info_t...
View ArticleForum Post: RE: S7G2 NetX PHY address
Hello TLHQ, To use Synergy with phy different than provided on our kits (which is a Micrel phy), you should modify or create your own phy driver. You will find these files in...
View ArticleForum Post: RE: CapTouch tuning tool (Workbench) for Synergy
doesn't CTW work with SKS7G2 ver 3.1? I tried to connect , but S7G2-SK and CTW could not be connected. OS : Windows 10 Port :USB Serial Port(COM3) (I found Application note showed S7G2 target board:...
View ArticleForum Post: RE: S7G2 NetX PHY address
Thanks Karol, this helps a lot, I will try to edit the driver.
View ArticleForum Post: RE: SPI Setup for multiple devices on one bus with ssp 1.2.0-beta.1
Thanks adboc. Unfortunately, I am unable to add a second driver instance to the thread. I got compiler errors: redefinition of g_vector_SPI_0_* where * are TXI, RXI and ERI. Below is the SSP...
View ArticleForum Post: RE: SPI Setup for multiple devices on one bus with ssp 1.2.0-beta.1
Hi icebahn, You should define SSP_SUPPRESS_ISR_xxxxx macros. For example if you have 3 instances of SPI Driver called g_spi0, g_spi1 and g_spi2, define SSP_SUPPRESS_ISR_g_spi1 and...
View ArticleForum Post: The S128 HOCO frequency remains at 32 MHz regardless of any other...
Issue – Bug SSP Module(s): s128 BSP Description: The S128 BSP uses an incorrect mask when setting the HOCO Frequency portion of the OFS1 ROM register. As a result, the HOCO frequency remains at 32 MHz...
View ArticleForum Post: In the SPI Framework with a shared bus, lock does not work in SSP...
Issue – Bug SSP Module(s): sf_spi Description: Normally what happens is that when the SPI framework read(), write() or writeread() functions are called, there is a check to see if the current spi bus...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hi MK, Sorry, but I've forgotten that SCI0 is already in use in PMODB, so I2C unfortunately cannot be used in PMODA. In your case RSPI driver will be available on PMODA, after the display is...
View ArticleForum Post: RE: r_flash_hp driver causes R_BSP_SoftwareDelay() to delay too long
Hi Karol, While I agree that under most circumstances, tx_thread_sleep() should be used for delays, there are however instances when a software delay is much preferable to tx_thread_sleep(). But my...
View ArticleForum Post: RE: CapTouch tuning tool (Workbench) for Synergy
It's out! You can find v24 on the gallery, synergygallery.renesas.com/.../utility And information regarding AE-CAP1, www.renesas.com/.../renesas-synergy-ae-cap1.html For the S7, it's designed to work...
View ArticleForum Post: RE: Making own ISR in S7G2
Hi Bill! Welcome to RenesasRulz, I hope that the forum members are able to help you with any questions you may have as you're working with the SK-S7G2. Just to keep things a bit cleaner and easier to...
View ArticleForum Post: RE: GUIX project with SSP1.2
Hi Karol, I used S7G2-DK with 7" LCD. I had the LCD working under SSP1.1.3. I have Ee2 studio and SSP 1.2 and guix studio to the latest software revision. I create new guix project using SSP1.2. The...
View ArticleForum Post: RE: GUIX project with SSP1.2
Hello, Please make sure that LINE DETECT interrupt is enabled for GLCDC (found at the bottom of properties for r_glcd). Regards
View ArticleForum Post: R_GPT_InputCapture overflow is not handled correctly in SSP 1.2.0.
Issue – Bug SSP Module(s): r_gpt_input_capture Description: The overflow counter is not cleared correctly when an input edge event is detected. The value of the overflow counter is only cleared if the...
View ArticleForum Post: The PK-S5D9 user manual USB Boot mode instructions are incorrect...
Issue- Documentation Kit: PK-S5D9 Description: In section 3.2 of the PK-S5D9 user manual (r12um0009eu0100-synergy-pk-s5d9.pdf) it states that the USB boot mode can be entered by setting J1 into...
View ArticleForum Post: Error in R_SCI_SPI in SSP with a NULL callback in SSP 1.2.0.
Issue – Bug SSP Module(s): r_sci_spi Description: The r_sci_spi driver in SSP 1.2 does not check for a NULL callback pointer if the DTC is being used. There is no error checking and this will case the...
View Article