S32Vナレッジベース

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32V Knowledge Base

ラベル

ディスカッション

ソート順:
Index | Previous
記事全体を表示
Index | Previous | Next
記事全体を表示
Index | Previous | Next Video goes on detail regarding the APU (Kernel) programming
記事全体を表示
Index | Previous | Next This video gives some introductory information about Apex performance against Gaussian Filtering algorithm vs other implementations.
記事全体を表示
Index | Previous | Next
記事全体を表示
Index | Previous | Next
記事全体を表示
SOFTWARE The S32 Design Studio for ARM® The S32 Design Studio for Vision The Vision Toolbox for MATLAB® The Automotive Ethernet Audio Video Bridging (AVB) HARDWARE The SBC-S32V234 evaluation board The S32V234-EVB2 evaluation system The NXP Blue Box Autonomous Driving Development Platform TOOLS NEXT TOPIC
記事全体を表示
Index | Previous | Next
記事全体を表示
Index | Previous | Next This video will present the high level ISP architecture in the S32V234 with some background information.
記事全体を表示
Index | Previous | Next
記事全体を表示
Index | Previous | Next This video provides a quick summary of the previously studied concepts regarding the Apex and image processing 
記事全体を表示
Index | Previous | Next This video explains what exactly is the Apex Core Framework, what is for, why it was implemented and some use cases.
記事全体を表示
Index | Previous | Next This video goes on detail over the different vector instructions supported by the vector engine
記事全体を表示
Index | Previous | Next
記事全体を表示
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.
記事全体を表示
Index | Previous | Next This video goes over the concept of tiling in image processing
記事全体を表示
Index | Previous | Next
記事全体を表示
Index | Previous | Next Shows a couple of practical examples of kernels and how to implement them with code
記事全体を表示
Index| Previous | Next
記事全体を表示
Index | Previous | Next
記事全体を表示