Forum Post: Synergy and FFT
Hi, Is there a library and example of implementing a FFT on a S7. Thanks for any response. Brian
View ArticleForum Post: RE: CAN Driver: How to configurate FIFO Mode?
Hello, I'm facing the same issue. Is the FIFO mode configuration going to be available via SSP? Or is there any code example where the CAN controller is used in FIFO mode?
View ArticleForum Post: RE: SPI sequence ending prematurely
Hello, Do you have any flow control implemented? Another g_spi.p_api- write will execute shortly after the first one if you don't suspend processing until interrupt is posted, and things will go...
View ArticleForum Post: RE: Synergy and FFT
Hello Brian, Synergy includes CMSIS-DSP library that implements FFT, DCT and many other transformations. Here's the reference manual: www.keil.com/.../group__group_transforms.html To use it in your...
View ArticleForum Post: RE: Synergy and FFT
Hello, Synergy is supported by E2Studio and IAR , may be you can find this link more useful . www.iar.com/.../using-iar-embedded-workbench-for-arm-and-the-cmsis-dsp-library Question : How to know the...
View ArticleForum Post: RE: Synergy and FFT
Hello Michel, According to the comment in arm_math.h file, current SSP release (1.1.3) uses CMSIS DSP library version 1.4.5 from 19th of March 2015. Regards
View ArticleForum Post: Meta-question about the forum
This forum has a very useful "TAGS" list to the right of the screen to filter the posts. The problem is that this is an alphabetically sorted list and only the first entries are shown. I have a...
View ArticleForum Post: Framing errors in Hello World?
I have an S7G2-SK eval board and am trying to get uart comms working. I started with this simple Hello World code:...
View ArticleForum Post: RE: SPI sequence ending prematurely
I'm setting breakpoint after the first write, so that is not the issue. But I agree, I should loop until I receive SUCCESS before proceeding. I realized the problem last night. My display is...
View ArticleForum Post: RE: Framing errors in Hello World?
Here is project for the S7-SK board that uses the UART framework on SCI3 via J7 on the S7-SK board (there is an RS-232 level shifter between J7 and SCI3 on the S7-SK board) The project outputs "Type 8...
View ArticleForum Post: RE: SPI sequence ending prematurely
Hello, The statement you quoted means that the source data buffer pointer must not be null. Driver doesn't care about what's in the data buffer - all it requires is a base address of the data vector...
View ArticleForum Post: RE: Framing errors in Hello World?
@Jeremy Thank you. I changed my write() call to use TX_WAIT_FOREVER like your example and now write() returns SSP_SUCCESS. I hooked up a logic analyzer and the Hello World strings are now coming out...
View ArticleForum Post: RE: FTP Support?
Hi Matt, I was going to suggest looking at the samba.org website closer. I think this would do what you need but not sure how easy (if it's possible at all) to get this working under Synergy......
View ArticleForum Post: RE: FTP Support?
Hi Tim, Oh that is a great idea. Have a great weekend!! Thanks Matt
View ArticleForum Post: RE: Hangs in static library(.a)
NaN, Have you found the reason for your issue? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: How to insert data to and read data from the UDP packet
Hi Karol, Found the issue. Please disregard the last post. Thank you for the help!! Matt
View ArticleForum Post: e2studio degubber "exception occured during lauch", error in...
Hi, I just install the following on another computer: -e2studio 5.1.0.022 -SSP 1.1.3 -GuiX I have exactly the same issue as the one described in the link below....
View ArticleForum Post: NetX 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...
View ArticleForum Post: RE: e2studio degubber "exception occured during lauch", error in...
Based on what you tell I don't think my solution will work for you, but just in case I have the same Error from time to time and what solves my problem is to turn completely off my computer (not just...
View ArticleForum Post: RE: NetX capabilities on S7
Hi Pascal, I have had very good results with the NetX stack supporting multiple connections on the same physical interface. My test setup currently supports all of the following simultaneously on one...
View Article