Forum Post: RE: SPI Setup for multiple devices on one bus with ssp 1.2.0-beta.1
Hi Karol, I have the same situation as the post above and I try to follow your suggestion. The "SPI Driver on r_rspi" requires a user to "Select SSL(Slave Select)" pin. The selected SSL is activated...
View ArticleForum Post: RE: Lose components/files when trying to make a custom BSP (SSP 1.2)
Hi. Sorry. Did not see your question. I pretty much followed the example provided in the SSP 1.2 documentation, Page 104 - 109. Vendor: MyCompany or Leupold, in my case. Name: MyPack. Group: Board....
View ArticleForum Post: stack information not consistent between tools
I hit a breakpoint so I thought I'd check tools here just to look around. This is running GUIX on ThreadX, SSP 1.2.0 on a S5D9 chip. The bottom panel is what the RTOS Resrouces tab on E2 thinks is up...
View ArticleForum Post: RE: Sks7G2 Ethernet + WiFi GT202
You could add the NetX Source to your project to get some insight of what is happening in your setup. When you say you remove the Wi-Fi Application doesn't work? is this Physically removing the PMOD...
View ArticleForum Post: BSP Help
This is the second iteration through this, and I am still having issues. I am following the Creating a Custom Board Pack (Section 3.1.1.140) of the SSP.12 user guide, pages 104 to 107. After following...
View ArticleForum Post: RE: stack information not consistent between tools
I see the issue. Sent the snapshot to Express Logic experts for more comments. I will post here once I have the answer
View ArticleForum Post: RE: BSP Help
Sending the s7g2_dk to the recycle bin appears to work for one cycle (S7G2_dk will eventually regenerate) but when it is not present, I get the error: Note it is also complaining about reading the file...
View ArticleForum Post: RE: Making own ISR in S7G2
Hi Newbie here. I am using Synergy with SK-S7G2. I have SSC configured with IAR Workbench. In SSC, my ICU Tab shows nadda!? I cannot see any of the #define's you show above... My...
View ArticleComment on Switching from e2 Studio to IAR Embedded Workbench® for Renesas...
Hey Professor, How do I convert in the other direction?
View ArticleForum Post: RE: SPI Setup for multiple devices on one bus with ssp 1.2.0-beta.1
Hi icebashn, I think you can avoid this. Optionally, you can configure different pins for SSL0-3 and select each in different driver instances. The write() API from framework will automatically...
View ArticleForum Post: RE: CMSIS DSP Synergy Question
Hi Alan, The sampling theorem of course still applies. To sample 10kHz the sampling frequency should be at least 20kHz. However it doesn't mean that 10000 or 20000 samples need to be acquired. You can...
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hi MK, Are you using the SPI on SCI driver? So you just need to create a new I2C on SCI driver instance using the same channel. Once the display has been initialized, close the SPI driver, open the I2C...
View ArticleForum Post: S7G2 NetX PHY address
Hello, I am working with SSP 120b on a custom board with a S7G2 (same reference on the SK-S7G2) with a different PHY. I try to make the Nx_Duo_Http_Server Demo working. It runs well on the SK-S7G2 but...
View ArticleForum Post: RE: Making own ISR in S7G2
Hi Bill, In SSP 1.2.0 the ICU tab will be empty. This is expected since all interrupts are configured in respective drivers. To enable an interrupt, go to driver's configuration settings and set the...
View ArticleForum Post: RE: Making own ISR in S7G2
Hi Bill, Yes, the method mentioned previously was for SSP1.1.3. SSP1.2 has a more efficient way of creating the vector table. I will try and find an example and post.
View ArticleForum Post: RE: Making own ISR in S7G2
Hello Bill, As adboc mentioned, in SSP 1.2.0 vectors are inserted into the vector table by driver instances, rather than using pre-defined vector table rigged with ifdef's. Interrupts are enabled by...
View ArticleForum Post: RE: Making own ISR in S7G2
(Please visit the site to view this file) Here is an example written for the SK-S7G2 for E2 studio It uses 3 GPT timers : 0,1 & 2. The example shows how to create a compare match interrupt for...
View Article