Forum Post: FileX file corruption
Dear Forum, Im wondering if anyone has any good ideas or good practice rules for the proper procedures dealing with a corruption with in the file system.Ā I corrupted a file while debugging some code....
View ArticleForum Post: RE: FileX file corruption
Hello Matt, FileX has a couple of build options (to set within the project settings, not in the configurator) to make it more fail-safe: FX_FAULT_TOLERANT When defined, FileX immediately passes write...
View ArticleForum Post: RE: sce_trng api in SSP 1.1.3
Hi Tim, the API requires as a parameter the number of 32-Bit words it shall generate. The result is stored in a buffer which is made of words (32-Bit items), p_rngbuf The description should say:...
View ArticleForum Post: RE: sce_trng api in SSP 1.1.3
GiPa, Thanks for confirming this for me. Ā I thought this was likely the case but it seemed difficult to confirm from the resources (including the crypto reference example) that this was certainly...
View ArticleForum Post: RE: FileX file corruption
Hi GiPa, Ill add those in and see if I cant break it. Ā Thank you GiPa for the reply. Matt Ā
View ArticleForum Post: RE: FileX file corruption
Try running an error check operation on the USB flash disk with the PC. There are probably FAT table corruptions that were not fixed by simply deleting the file. Right-click on the drive in windows...
View ArticleForum Post: RE: Change ethernet port on DK-S7G2
Hi Jeremy, sorry for the delay. Thanks for the link but I have the message "Sorry, the URL that you accessed does not exist". Have you another link or a .zip file for this project please ?
View ArticleForum Post: RE: Change ethernet port on DK-S7G2
Hello Alex, The application Jeremy linked has been update since and can now be found here: www.renesas.com/.../D6000288.html Regards
View ArticleForum Post: RE: Change ethernet port on DK-S7G2
Here is a simple project that initialises ETH0 on the S7-DK, that will then respond to pings from the network. I have S101 DIP switch on the baseboard set so ETH0 is ON, the rest are OFF. On the top...
View ArticleForum Post: Read n bytes from TCP socket
Hi, Right now i am usingĀ nx_tcp_socket_receive(&my_socket, &rcv_packet_ptr,TX_WAIT_FOREVER); Which receives all the data present in the socket. How to read only 'n' number of bytes from the...
View ArticleForum Post: IAR Embedded Workbench: where is the "Example Project" section?
Hi, in the .pdf guide "Getting started with board examples - IAR Embedded WorkbenchĀ® for Renesas" at page 2 shows the Example project section, which contains hardware peripherals examples ecc.. I...
View ArticleForum Post: RE: IAR Embedded Workbench: where is the "Example Project" section?
Hello Laser, The guide you're referring to is not targeted at the Synergy platform. You should be looking for IAR Embedded Workbench for Synergy. I'm attaching a basic project creation guide for IAR:...
View ArticleForum Post: RE: Change ethernet port on DK-S7G2
Hi Karol and Jeremy, I finally succeeded in using the Ethernet 0 port for my webserver. Thank you a lot for your help, really :)
View ArticleForum Post: Adding sf_el_ux_comms to the USBX Mass storage demo
Here is an outline of the steps to add a USB CDC device using the synergy framework to the existing USB Mass storage demo. Starting with the mass storage demo, first you add a new thread to the...
View ArticleForum Post: RE: IAR Embedded Workbench: where is the "Example Project" section?
Hello Laser, most of the examples that are available at " www.renesas.com/.../keyword-search.html ;genre=sampleprogram" already have the IAR project files included. You should be able just to open the...
View ArticleForum Post: RE: Adding sf_el_ux_comms to the USBX Mass storage demo
Thanks Dale. However I would not recommend the use of first_unused_memory in anything but simple demo code, as it is not a reliable way to manage memory allocation. Better to actually allocate the...
View ArticleForum Post: Where are the Synergy Kit Out of the Box Demonstration projects?
You might not know that the source projects are available for all the Demonstration Programs that are loaded onto the various Synergy Development Kits. When you bring up the list of Sample programs,...
View ArticleForum Post: GUIX on_Gx Frame Buffer A/B: single frame buffer not supported?
Hello, I've tried to add GUI supportt to my SK-S7 application, which already occupies much RAM. So I've got a RAMĀ issue after adding the GUI functionality via GX, so I've searched for a possibilty...
View ArticleForum Post: Uart read code: SLIP decoding, callback
I created a simple uart read thread that performs what I believe is a blocking read() on SCI0. When I set a breakpoint in the code and transmit a byte to the evaluation board, it breaks when it's...
View ArticleForum Post: Incorrect I2C pin configurations in the Weather Panel application...
The pin configurations for the I2C pins that drive the touch panel on the DK-S7G2 and SK-S7G2 boards are incorrect. The output type for these two pins (SCL,SDA) is set to 'CMOS' when they should be...
View Article