Activity
From 03/27/2024 to 04/25/2024
04/22/2024
- KB 09:50 AM Software Development: RE: I have another question regarding EMIF.
- I have additional questions.
I would like to perform EMIF communication only with DSP and FPGA, without ARM.
If you proceed without fpga_ctrl.ko, does EMIF communication proceed without ARM?
DSP informed me
void ReadFromFIFOo... - KB 12:17 AM Software Development: RE: I have another question regarding EMIF.
- Thank you for answer.
I'm still a beginner, so my questions may be basic.
If I input o_DBus<= Data in FPGA, will data be transmitted?
As far as I know, EMIF has an address and data, but the example above only has a CS address.
...
04/21/2024
- MW 11:22 AM Software Development: RE: I have another question regarding EMIF.
- If you have the FPGA portion working by decoding the address to the FIFO using the base_module.vhd file, which generates a read strobe and an enable, etc., then for the DSP all you need to do is create a basic integer pointer and derefer...
- KB 07:04 AM Software Development: RE: I have another question regarding EMIF.
dabbyeon gamsahabnida. jega halyeoneun il-eun EMIF tongsin-eul jinhaenghalyeogo habnida. FPGA yeje (MDK\examples\industrial_io\fpga\vhdl)eseo IndustrialIO_top yejeleul iyonghago, DSP yeje(MDK\sw\DSP\lib\core\DspFpgaGpio)leul tonghaeseo...
04/20/2024
- JC 05:54 PM Software Development: I have another question regarding EMIF.
- Hi. Can you give an example of what you are trying to do? Your question
isn't making sense to me. - hello
I have another question regarding EMIF.
Currently, we have performed an EMIF communication GPIO example using MDK.
mpGpio = new tcDspFpgaGpio((void*)0x66000280);
From a DSP perspective, we proceeded by entering the phys...