Quantcast
Channel: Renesas Synergy Platform
Browsing all 23645 articles
Browse latest View live

Forum Post: RE: Adding a webserver to a project.

Thank you Karol, Ill give that a shot with trying to follow the red entry to the header source file. I did just get the IAR working and ported the demo project you have listed above to the IAR tools....

View Article


Forum Post: RE: Adding a webserver to a project.

Hello Matt, The alignment for packet is there because NetX requires it to be aligned on a LONG (4-byte) boundary. I suppose this is because it's accessed using LONG pointer. Removing the alignment...

View Article


Blog Post: Extending Battery-Operated Application Life with Synergy S1 Series...

Think about the Internet of Things (IoT) for a second. What are two essential components that realize the IoT vision? If you answered MCUs and sensors, you win the smart developer of the day award!...

View Article

Forum Post: RE: Adding a webserver to a project.

Hi Karol, Thank you for the info on the alignment.  So I got your demo to compile with the IAR tools.  USB stick and webserver leds look like things are working as they do when running it on Eclipse....

View Article

Forum Post: RE: Adding a webserver to a project.

Matt, Seems like you forgot to add ux_host_class_mass_storage in the components tab as it wasn't visible in the thread view. You also need to add fx to the project. When running the code, make sure...

View Article


Forum Post: RE: Adding a webserver to a project.

Karol, You are good.   Ok, so why did Eclipse generate that error for the missing ux_host_class_mass_storage as if it was a problem with that tx_thread_sleep?  Just seems goofy. So what is up with the...

View Article

Forum Post: Guix problem printf

Hi When I use a sprintf in a guix event the system crashes. There is a solution in...

View Article

Forum Post: RE: Adding a webserver to a project.

The drive capacity is not related to IAR, its known for the DK that it has problems with other settings than medium, probably because it has a lot of different features and therefore the routing of...

View Article


Forum Post: RE: Guix problem printf

Hello Dig, The problem you're linking has been fixed in SSP 1.1.0 with our custom _sbrk implementation that fixes memory allocation. I have 2 reason why you may be seeing this problem: My first guess...

View Article


Forum Post: RE: Guix problem printf

I believe the problem may be the extra '&' sprintf (row- valbuf, "%1.1f", pConf- value); James

View Article

Forum Post: RE: Guix problem printf

Karol, the Dave2D heap is still in between the Normal Heap upper and lower limits in the linker script for SSP 1.1.0, that has not been fixed.

View Article

Forum Post: RE: Adding a webserver to a project.

Hi Karol, Ok, things are looking pretty good.  I have now a few new questions related to the webserver.  Would you prefer I post in a new post or keep adding to this one? On your demo, when the device...

View Article

Forum Post: RE: Adding a webserver to a project.

Josh222, Have you tried sending file that you have md5 checksums for so that you can verify once they have been transmitted to see if here has been any damage?  That way you can verify the integrity...

View Article


Forum Post: RE: Adding a webserver to a project.

The checksums of the 1.5MB jpg on the USB-drive and saved from the browser are different, the 250k pngs are identical and sometimes the small Synergy-logo and another one doesn't show up, but the...

View Article

Forum Post: RE: USBX Throughput Expectations

You should see greater than 9MB/Sec rates with the next release in about two weeks.

View Article


Forum Post: RE: Has anyone played around with Open-OCD debug in e2studio?

Hi Calvin, Any updates to this? I'm trying to program/debug my board with a S3 MCU on it. I have the USB/UART lines coming out and I was planning on programming through this interface. It seems like...

View Article

Forum Post: RE: Adding a webserver to a project.

Hello Josh, On DK-S7 v3.0/3.1 I can see ETH1_IRQ going into 8 bit bus switch (U18, toggled on #3 on S5 array) and then the P0_2 which goes to the N12 contact on BGA package. The IRQ is also set by...

View Article


Forum Post: RE: Guix problem printf

You should also check to see if the thread stack size is enough for sprintf, as it can use quite a lot of stack (as well as using the heap). In threadx on Synergy, the HW stack monitor is enabled (in...

View Article

Forum Post: RE: USBX Throughput Expectations

Thanks for the update.  Is this a generally improvement to be expected at the controller level, or host specific?  I'm curious if the device model will experience the same speedup. Rich

View Article

Forum Post: RE: Adding a webserver to a project.

Hi Josh, I had a issue like this once with another rtos.  What it ended up being was the file system had a variable that limited the number of open files at once.  It manifested itself as a comms...

View Article
Browsing all 23645 articles
Browse latest View live