Activity
From 04/12/2024 to 05/11/2024
05/10/2024
- MA 06:18 PM MitySOM-5CSX Altera Cyclone V PCB Development: RE: Connector
- Thanks for your response. Unfortunately, some errors happened on my power board and I want to bring the signals out from the connector to connect them to the development kit instead.
- TC 05:17 PM MitySOM-5CSX Altera Cyclone V PCB Development: RE: Connector
- Hello Mohammad -
I do not believe so. What are you trying to do?
Thanks,
Tom
05/07/2024
- Hello,
I connected a MitySOM-5CSx module on my board with MM70-314-310B1-1. I was wondering if any male connectors or cables are available for this connector.
Thanks,
05/06/2024
- JC 01:52 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- Could you share your current project?
05/03/2024
- KB 12:11 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- Yes, that's right.
I am planning to experiment only with the DSP part using CCS JTAG without ARM.
So, as mentioned above, the error occurs regardless of whether the kernel part is running, so it is not possible to work with DSP alone.
05/02/2024
- JC 02:35 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- Hi, I feel in the dark about what you have tried and are trying to do. And what works and where you are stuck. If you followed the DSP Hello World, did it work as written? And you are now trying to update it to work without the ARM?
- KB 12:11 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- Yes, I know all of the above.
What can happen if I set up my DSP project incorrectly?
I am
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/DSP_Hello_World
I followed the instructions above and proceeded.
Is...
04/30/2024
- JC 07:49 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- This wiki covers the different ways to load the dsp. https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/DSP_Quick_Start
> I suspect that ARM and DSP have the same starting address.
This shouldn't happen. Unless you... - KB 12:15 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- Is there another way to load the DSP?
I am using version 7.3.0 of CCS, and after proceeding with the build project, press debug (Scarab button?) or enter the debug window through Target Configurations. When you press the debug button,...
04/29/2024
- JC 08:03 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: I have another question regarding EMIF.
- Kyungguk Bok wrote in message#6615:
> I have additional questions.
> ...
As long as your willing to use u-boot on the ARM to load the DSP and the FPGA then I think this should already work. U-boot has to have configured the EMIF to sup... - JC 07:32 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: A CCS Debug issue occurred.
- How are you launching the debug session? How are you trying to load the DSP?
If you click the Debug button (F11), it should build the DSP project and then load it over the JTAG. - Currently, the ARM kernel is not booted.
setenv bootcmd ""
saveenv
It is in progress.
I am trying to upload a .out file through CCS.
jtag is using the XDS 200 Blackhawk.
When you proceed with Connect Target,
No source availa...
04/22/2024
- KB 09:50 AM MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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 MityDSP-L138 (ARM9 Based Platforms) 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...