Forum Post: RE: SK-S7G2 QSPI BSP Support
I understand that the Flash chips are different on the 2 boards so I was only going to use the file from the DK board as a template, changing it to support that Flash part that is present on the SK....
View ArticleForum Post: Bootloader simple or complex?
For me, the first thing to find out in every new microprocessor is how I can upload new applications into the development kit without the use of a programmer. Normally I would start using our...
View ArticleForum Post: RE: RX 630 bootloader FFW Call error
I've had this on Hew with KPIT. It occurred when there was some data defined that overwrote the reserved startup configuration bytes in the processor that you use. See the section on Option-Setting...
View ArticleComment on You Can Call Me Professor_IoT
Gerard- This is a good question and one deserving of a separate Forum post. Go ahead and pose your question, with as much detail as you can, to the Synergy Forum and then we can get the community to...
View ArticleForum Post: RE: How to set TCRmn register with TDRmn register value after a stop
Hi Mike, I didn't find any answer, so my issue is still here regards
View ArticleForum Post: RE: Renesas RSK USB Serial Port not getting installed
I had the same issue too. Windows has attempted to searching "Renesas RSK USB Serial Port " Driver, but "not found" in result. As @FrankL said above, it seem that this driver is attached with DVD...
View ArticleForum Post: RE: Bootloader simple or complex?
Hi Calvin, Thank you for your answer. Maybe in your eyes, my question is at this moment not opportune. But since we now "have" to deal with an RTOS (when you want to use all these fancy SW for...
View ArticleForum Post: RE: C++ Support
Thanks for the input. I created my project Using File- New- Synergy Project. It seems that projects created using that method, currently disable/hide support for C++ compile and C++ Link in the...
View ArticleForum Post: s3a7 dk spi set up
I'm trying to set up spi on the s3a7 dk using an example from the s7 labs. I'm not using ThreadX, just using hal to ping the components on the bus. I've added the SPI Framework Shared Bus and the SPI...
View ArticleForum Post: RE: s3a7 dk spi set up
The frameworks require RTOS. If you want to use SPI on HAL layer only, the SPI HAL driver should be enough (either SPI on RSPI or SCI Common + SPI on SCI). Remember to open the peripheral by using...
View ArticleForum Post: RE: s3a7 dk spi set up
Thanks, that's how I started but I couldn't figure out how to set the chip select.
View ArticleForum Post: RE: s3a7 dk spi set up
The simplest way would be to set the relevant CS pin (I'd imagine you're using one of the PMOD connectors) to GPIO output in the pins tab of the configurator.
View ArticleForum Post: RE: RX210 SCI in SPI mode, overrun error
I am also having the same issue with SCI in clock synchronous mode (SPI) on the following products: RX113 Renesas compiler e2studio RX111 GCC compiler e2studio instead of RPDL I'm using code...
View ArticleForum Post: RE: RX210 SCI in SPI mode, overrun error
Ok, I found some Renesas Technical Update documents tangentially related to this issue: “Disclosing the Specifications of Status Flags of the Serial Communications Interface (SCI) and Serial...
View ArticleForum Post: RE: RX210 SCI in SPI mode, overrun error
Hello, yes I have been able to resolve the issue at my end, using both RPDL Functions and without them. Here i what I did: using RPDL function: err &= R_SCI_SPI_Transfer(6,...
View ArticleForum Post: RE: Stack Analysis and Debugging
Each Thread has it's own stack, the size is set in the configuration (and the default thread stack size is 1024 bytes) :- At a context switch the size of the thread stack is set in the stack monitor....
View ArticleForum Post: RE: C++ Support
C++ is not currently supported in a Synergy project. What you can do, is configure a Synergy project as required, then build it as a library. Then in a new non-synergy project, create a blank C++...
View ArticleForum Post: Sleep mode on RX
Hi, I am using an RX200 series controller with e2studio. I am using the code generator to access the peripherals of the controller. I am having trouble using the low power consumption feature. I have...
View ArticleForum Post: Kernel is unable to mount root fs from NFS or from MMC
I've been trying without success to start an ADAS board by booting and loading the rootfs from NFS or from MMC. What I've done: * Build the kernel and the toolchain was given here:...
View Article