Forum Post: RE: How to insert data to and read data from the UDP packet
Great Thank you Karol!! Matt
View ArticleForum Post: RE: FTP Support?
Hi Tim and Karol, Yes just recheck that FileZilla is in stream mode. As soon as I connect to the device FZ issues a dir command and it then sends me to BSP_CFG_HANDLE_UNRECOVERABLE_ERROR. Like Tim...
View ArticleForum Post: RE: FTP Support?
Hello Matt, What optimization settings are you using? Does the code work with optimization set to "Low"? Regards
View ArticleForum Post: RE: FTP Support?
Hi Karol, Yes I have been using "Low". Just trying "None". Get same results. Thanks Matt
View ArticleForum Post: RE: FTP Support?
Matt, Right now, the files that I am pushing can be anything - PDFs, .txt, .html, .js, .css, or custom config files for my FPGA. There is currently no restriction to what I can push up. The push...
View ArticleForum Post: Multiple SCI Modes, same config?
We are looking to use the SCI model to support both UART, SPI, and II2 in the same design. When I try to configure a second device via. the threads tab, I get an error that the previous mode needs to...
View ArticleForum Post: Adding Simple SCI UART fails to build
I'm trying to build a simple SCI UART based program. When I try to use SCI UART, I get an error on build, can't find 'r_sci_uart_cfg.h'. Any thoughts? This is with the latest 1.1.3 SSP. Thanks, Rich
View ArticleBlog Post: “Hello World” using the UART Application Framework
Serial communications are a critical piece to nearly every embedded system. Whether developers are using UART, SPI, IIC or USB, developers need a way for their systems to communicate with the external...
View ArticleForum Post: RE: Multiple SCI Modes, same config?
Hi Rich, You need to enable the modes that you use in the SCI_COMMON module. You can have multiple instances of this in you project. The only tricky part is if you want to reuse the same physical...
View ArticleForum Post: RE: Adding Simple SCI UART fails to build
Rich, If you use the Synergy configurator to build your Thread Stacks the proper include paths will be added to your project. If you use the components tab to add the modules, you may have to...
View ArticleForum Post: RE: How to insert data to and read data from the UDP packet
Hi Karol, So with respect to the nx_tcp_socket_receive, or more specifically I think nx_packet_data_retrieve pulls the payload out of the packet. Is there a way to put a new payload into a return...
View ArticleForum Post: RE: FTP Support?
Hi Tim, Ok, that is interesting. One of my end goals is for the users to on a regular basis push files to the device. So Im looking for the easiest mechanism for them to do that. They all have...
View ArticleForum Post: RE: Error on debug launch
I too have this problem on a fresh install. This is a problem on two of my computers. I'm running Win7 on virtual machines on a Mac. To rule out the virtual machine part, I'm using virtual box and...
View ArticleForum Post: RE: How to insert data to and read data from the UDP packet
Hello Matt, You can combine techniques from both examples. First, you should set up the server similarly to the echo server example posted above. In the loop where you receive your data, you can...
View ArticleForum Post: RE: Error on debug launch
Hello, It looks like a problem with J-Link driver. I recommend installing the newest J-Link library from SEGGER website: www.segger.com/.../jlink . Regards
View ArticleForum Post: RE: Error on debug launch
No dice unfortunately....... Loaded the latest JLINK drivers. The JLINK gui updated the code on the board for the jtag interface. Starting server with the following options: Raw options...
View ArticleForum Post: RE: Error on debug launch
I have seen this issue once or twice when installing Synergy on a new PC. I have got around the issue by clearing the error messages shown in e2studio, then disconnecting the debugger (i.e. un-plug...
View ArticleForum Post: RE: Error on debug launch
e2-server-gdb.exe is not running and power cycling etc does nothing.
View ArticleForum Post: RE: CAN Problem with Rx-INT and SSP 1.1.0
Hello Mike, thank you for your inquiry. Yes we could solve the problem in the intervening time, with help of several FAEs here in Germany Together we figured out that this was a problem from SSP1.1.0a...
View Article