S32V Knowledge Base

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32V Knowledge Base

Labels

Discussions

Sort by:
Index | Previous | Next This video goes over the concept of tiling in image processing
View full article
Index | Previous | Next Quick explanation of the vectorization concept
View full article
Index | Previous | Next This video goes over the Apex Architecture showing what makes it different from other solutions
View full article
Index | Previous | Next This video gives some introductory information about Apex performance against Gaussian Filtering algorithm vs other implementations.
View full article
Index | Previous | Next This video gives an overview of the Apex accelerator within the S32V234 Vision subsystem and how it is integrated to the other blocks in the S32V234
View full article
Index | Previous | Next This video presents an overview of the topics that will be studied on the Apex training section
View full article
Index | Previous | Next Quick intro to Apex Training
View full article
Index This video will teach you how to create a SD-Card image from a Windows or Linux host.
View full article
Hi, I am currently working on SPI with DMA for S32V234. I have tested SPI code it is working fine. I am tested for SPI1 and chip select 0 and mode 3 it is working fine. Now i have to implement SPI with DMA code. Please see the below links i have taken as a reference for s32v234, I made little bit changes in that link source code. http://lists.infradead.org/pipermail/linux-arm-kernel/2014-February/235598.html https://www.toradex.com/community/questions/1961/vf61-linux-spi-dma-support.html 1. Can you please suggest which link is suitable for s32v234? 2. How to write dtsi for "spi with dma"? I wrote the below lines, when compiled it's getting error?      spi1: spi@400C0000 {                                 compatible = "fsl,s32v234-dspi";                                 reg = <0x0 0x400C0000 0x0 0x1000>;                                 interrupts = <0 62 4>;                                 clocks = <&clks S32V234_CLK_SYS6>;                                 clock-names = "dspi";                                 spi-num-chipselects = <4>;                                 bus-num = <1>;                                 spi-cpol;                                 spi-cpha;                                 /* TODO: Update the dma when edma ip is activated*/                                 use-dma;                                 dmas =  <&edma 12>,                                         <&edma 13>;                                 dma-names = "rx","tx";                                 status = "disabled";                 }; ERROR (phandle_references): Reference to non-existent node or label "edma" ERROR (phandle_references): Reference to non-existent node or label "edma" ERROR: Input tree has errors, aborting (use -f to force output) scripts/Makefile.lib:293: recipe for target 'arch/arm64/boot/dts/freescale/s32v234-evb.dtb' failed make[2]: *** [arch/arm64/boot/dts/freescale/s32v234-evb.dtb] Error 2 scripts/Makefile.build:403: recipe for target 'arch/arm64/boot/dts/freescale' failed make[1]: *** [arch/arm64/boot/dts/freescale] Error 2 arch/arm64/Makefile:89: recipe for target 'dtbs' failed make: *** [dtbs] Error 2 3. Please give do you have any reference code SPI with DMA for S32V234. I am waiting for your reply. Thanks & Regards, Ramanjineyulu.
View full article
The coming of Automated vehicle is not a question of   “if” but of “when” and how to prepare for it. This session will introduce the audience to the state of the art in this fascinating new automotive domain, exploring the options for the path ahead, the challenges and the potential contribution of Freescale with the proposal of a initial platform for development for OEMs and Tiers
View full article