RE: S7G2-DK CAN0 BCR register values
Configuring the CAN module is fairly easy, but keep in mind the following:the "time quantas" you configure will be the sum of ts1 + ts2 + sync segmentthe sync segment is *not* listed in the SSP...
View ArticleS7G2-DK CAN0 BCR register values
Hi,I am trying to configure CAN0 on S7G2_DK. I am not able to figure out correct TSEG and pre-scaler values for BCR register, for 1Mbps rate. Any help is much appreciated.Thanks,Siju
View ArticleRE: Message Queue Implementation
Hello Karol,I tried to run your demo project s7_sk_msg_blinky_1_0_0 with SSP 1.1.3 but it fails due to a duplicated symbol (p_subscriber_lists[] inside message_data.c) and, if I manually delete this...
View ArticleRE: Message Queue Implementation
Hello Laboratori,The original version was for SSP 1.1.x on DK-S1 board. You can download it from here: (Please visit the site to view this file). You will need to apply some modifications to make it...
View ArticleMessage Queue Implementation
Hi,I need to implement message queue in my project.What are the API's available for this?Please share any documents or a small example which i can refer.Thank you.Anjali K
View ArticleRE: NetX capabilities on S7
Hello Tim,Please have you running TCP/IP server and client working example with S7G2, Kindly shareThanks in advanceWasim
View ArticleRE: NetX capabilities on S7
Hello Wasim,Please look at the following examples for TCP client and server:- Client: (Please visit the site to view this file)- Server: (Please visit the site to view this file)Regards
View ArticleNetX capabilities on S7
Hello all,Starting a new project, we look at the S7 and synergy platform that seems to reach our expectations.However, i would need to know if it is possible with NetX :- to have several connections of...
View ArticleRE: TCP/IP Server Client working example S7G2
Hello wasim,I posted examples to another thread where you posted recently. One thing to keep in mind when working with NetX is that on SK-S7 kit, you will need to change your ETH1 reset pin to...
View ArticleTCP/IP Server Client working example S7G2
Hello,Can anybody share TCP server and client working example for S7G2? I have read NetX manual but my project does not work.ThanksWasi
View ArticleRE: Pin Diagram for Renesas AMS Environmental Sensor PMOD and Bosch BMC150
Here is the schematic for the AMS sensor board.And the BMC150 board.(Please visit the site to view this file)(Please visit the site to view this file)-Gary
View ArticlePin Diagram for Renesas AMS Environmental Sensor PMOD and Bosch BMC150
Is there a datasheet for the sensors that came with the Synergy S3A7 IoT Fast Prototyping kit? Right now, I'm using the AMS Environmental Sensor and have no problems, but I would like to know what each...
View ArticleRE: C++ Objects for SSP Drivers?
Hello,afaik there is currently no plan to re-engineer the SSP to a C++ implementation at the moment.Seamless integration in a C++ application would be the target for the next release.In the meantime,...
View ArticleRE: C++ Objects for SSP Drivers?
Hi,I believe that the next version of the SSP will offer C++ project support.Ian.
View ArticleC++ Objects for SSP Drivers?
I have a general questions regarding the Renesas S124/S128. I would like to know if there are any C++ objects/wrappers been developed for the SSP drivers? For example objects for the UART, SPI,...
View ArticleRE: nx_ip_create problem - pointing to driver
Now my system works well on my desktop using NetX source and Tx source.I exported the project and imported it on my laptop and get the same errors. I know that my dsktop and laptop are both identical...
View ArticleRE: Clock stabilization
Hi Siju,I have seen this behavior when the Main Oscillator Clock Source is incorrectly set in the g_cgc module.What board are you using? Is it a custom board or a Renesas supplied board?-Gary
View ArticleRE: Clock stabilization
Hi Gary,This is custom board based on S7. BSP was created from S7G2_DK. The clock is 12MHz, instead of 24MHz in S7G2_DKThanks,Siju
View ArticleRE: Clock stabilization
Siju,Make sure that you have both the clock tree and the clock source set correctly.-Gary
View Article