Forum Post: Embedded World Special Report
Double your Professor_IoT fun this week! Check out my special report on Embedded World today, then enjoy my regular weekly blog, which I will post within the next day (the theme is Synergy PEs,...
View ArticleForum Post: RE: Creating partitions from FileX
Hi Rich, We already talked about it on the chat, but to everyone else's knowledge: FileX cannot create partitions, it can only mount and format the existing ones.
View ArticleForum Post: Encrypted source files (again)
Once again I'm not being able to navigate the JPG library source code, but now I cannot open it with “Open With- Other” and then select “Synergy Secure C/C++ Viewer” as I was told to my previous...
View ArticleForum Post: Display Drivers fail
Hello, Renesas screwed up big time. The Display Drivers that used to work under version 4.2.0.012 (beta version) no longer work under 4.3.0.014 (released version). I can't do anything with the Display...
View ArticleForum Post: Are there any DMA channel limitations when using external address...
When addressing externally mapped memory regions via. CS0-7, are there any regions that can't be DMA'd from/to? Also, are they any limitations on which DMAs can be used? Thanks, Rich
View ArticleForum Post: RE: Display Drivers fail
Hello Richard, I have just tried to build the"Weather Panel" project using the latest released version which is actually 4.3.0.007 right now. It gives a lot of warnings, but no errors, please see the...
View ArticleBlog Post: Leaping from Kits to Synergy Platform Solutions
Monday was Leap Day so I can’t think of a better theme for those of you who have a clear Synergy Platform project in mind and are ready to leap forward with a Synergy solution that can fast-track your...
View ArticleForum Post: RE: Display Drivers fail
Hello Richard, You'll have to be more specific about the version you're using to help us track the problem. We need your ISDE (e2studio) version as well as the version of the SSP. Stable releases of...
View ArticleForum Post: JPEG decoder
I made a function to decode JPEG files based on the examples of the SSP documentation. After solving the many errors it contains (please, Renesas, check the examples in the documentation because we...
View ArticleForum Post: Synergy CAD symbols on RenesasRulz
HI everyone, I'm posting this message to ask if anyone has CAD footprints they'd like to share for use with Synergy. Renesas hasn't released the BXL files for Synergy yet, so I was wondering if anyone...
View ArticleForum Post: HTTP GET Request IP Problem - NetX
Hi, I'm trying to make GET and PUT Requests using NetX Http client library. I've also initiated DHCP and HTTP Client, but whenever I call the following function, I keep getting NX_IP_ADDRESS_ERROR. I...
View ArticleForum Post: RE: Synergy CAD symbols on RenesasRulz
I have a single part Library for Cadsoft Eagle version 7.50. It has everything for S7G2 176 pin LQFP. Forum software will not allow me to attach it as it has a file extension .lib. I can email it to...
View ArticleForum Post: RE: Synergy CAD symbols on RenesasRulz
Steve- Will it let you attach it as a zip file?
View ArticleForum Post: RE: Synergy CAD symbols on RenesasRulz
Yes I have attached it as a zip file. CadSoft Eagle part includes symbol and CAD footprint. Goos idea to collect CAD files for parts !!! Steve D
View ArticleForum Post: RE: ThreadX run-time thread performance info
Hello Tim, There is a known bug on SSP 1.0.0 with the EPK (execution profile kit). There is a fix that should be available on SSP 1.1.0. At the moment there is no workaround.
View ArticleForum Post: RE: HTTP GET Request IP Problem - NetX
It looks like you are passing in a valid Class B address. The obvious reason would be if the ip address would not be a valid address. The place where this error code can be returned is from...
View ArticleForum Post: RE: JPEG decoder
L.E- Here is some information I received from the development team. Let me know if this helps you solve your problem. JPEG decode code reference is available in the GUIX JPEG decode drawing function....
View ArticleForum Post: RE: ThreadX run-time thread performance info
Hi Andres, Are you referring to issue 9.37.1 from the SSP Release Notes 1.0.0? If so, it says there is a workaround but it is not very specific about how to edit the tx_port.h file... 9.37.1 Issue...
View ArticleForum Post: How to determine which DMA is used by core ThreadX components
How can I determine which DMA engine is being used by core ThreadX components? In particular, the http server (NetX) and USBX. Thanks, Rich
View ArticleForum Post: RE: HTTP GET Request IP Problem - NetX
Hi Stefaan, I tried various IP addresses and checked their validity making get requests and receiving 200 code from them. You're right, the source of the error is the function you mentioned. I got...
View Article