- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I recently purchased EK-10CL025U256 with Cyclone 10CL025YU256I7G and the problem is probably the documentation.
Also regarding to this: https://www.intel.com/content/www/us/en/docs/programmable/683580/current/evaluation-board-revisions.html
I have revision A2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
D6, D7, D8, and D9 are the board references on the silkscreen, not device pin numbers, so L14, K15, J14, J13 are correct.
As for why it looks like a power pin is showing up at location L14, check to see if that is perhaps a dual function pin.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you point out the discrepancies you've found and links to the documents you are referring to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From Mouser https://www.mouser.pl/datasheet/2/612/ug_c10_lp_eval_kit-1144689.pdf
From Board Design Files: https://www.intel.com/content/www/us/en/developer/articles/tool/intel-cyclone-10-lp-fpga-evaluation-kit-downloads.html I dowloaded Kit zip from here.
But also in Design files pins for those User LED's have diff pinout I know that in PDF pins have the same description as on the top of the board and description in this schematics refers to Cyclon pinout.
The case is none of them could be used in Quartus, because those pins have another assignment as I know.
I have tried every of those pins and none of them works to blink User LED.
F.e. pins D6, D7, D8, D9 in PDF are L14, K15, J14, J13 in schematics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
D6, D7, D8, and D9 are the board references on the silkscreen, not device pin numbers, so L14, K15, J14, J13 are correct.
As for why it looks like a power pin is showing up at location L14, check to see if that is perhaps a dual function pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe my program is a problem or a upload to the board even if it's successful. I've tried statically turn on the LED, but nothings change.
After a few minutes D6, D7, D8, and D9 automatically starts blinking. This state is from the beginning and nothings changing it.
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
entity ONE_LED_BLINK is
Port (
led : out STD_LOGIC
);
end ONE_LED_BLINK;
architecture Behavioral of ONE_LED_BLINK is
begin
led <= '1';
end Behavioral;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LEDs are active low.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to ‘https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page