Недавно начал заниматься программированием FPGA, вот пытаюсь создать проект в XPS. Добавляю: Microblaze (100 MHz), ddr3, uart, spi .
Компилирую, запускаю тест памяти - все работает.
При добавлении периферии (ЦАП), компилирую и при попытке запустить SDK проект, появляется сообщение, что XPS платформа неправильно сконфигурирована. Когда я убрал периферию, скомпилировал, то запуск не происходит и я так понимаю Microblaze находится под ресетом.
Вот думаю, что делать дальше? Кто-то сталкивался с такой проблемой?
P.S. при запуске в SDK в консоле пишет, что процесс терминирован, а на XMD:
Код
Programming Bitstream -- D:/jammer_control_points_2.0/sw/test/hw_hw_platform/download.bit
Fpga Programming Progress ......10....20....30....40....50....60....70....80....90.....Done
MDM Uart Present in the System
Connected to MDM UART Target
Channel Opened
JTAG-based Terminal Server.
(TCP Port no used is 4321)
Accepted connection from 127.0.0.1 AT 51113
JTAG Hyperterminal Started
-----------------------------------------------------
Downloading Program -- D:/jammer_control_points_2.0/sw/test/rty/Debug/rty.elf
section, .vectors.reset: 0x00000000-0x00000007
section, .vectors.sw_exception: 0x00000008-0x0000000f
section, .vectors.interrupt: 0x00000010-0x00000017
section, .vectors.hw_exception: 0x00000020-0x00000027
section, .text: 0x00000050-0x000017a7
section, .init: 0x000017a8-0x000017eb
section, .fini: 0x000017ec-0x0000180b
section, .ctors: 0x0000180c-0x00001813
section, .dtors: 0x00001814-0x0000181b
section, .rodata: 0x0000181c-0x000019d5
section, .data: 0x000019dc-0x00001aff
section, .eh_frame: 0x00001b00-0x00001b03
section, .jcr: 0x00001b04-0x00001b07
section, .bss: 0x00001b08-0x00001b37
section, .stack: 0x00001b38-0x00001f37
Setting PC with Program Start Address 0x00000000
RUNNING>
XMD% Closed TeraTerm/Hyperterminal connection
Channel Closed
Fpga Programming Progress ......10....20....30....40....50....60....70....80....90.....Done
MDM Uart Present in the System
Connected to MDM UART Target
Channel Opened
JTAG-based Terminal Server.
(TCP Port no used is 4321)
Accepted connection from 127.0.0.1 AT 51113
JTAG Hyperterminal Started
-----------------------------------------------------
Downloading Program -- D:/jammer_control_points_2.0/sw/test/rty/Debug/rty.elf
section, .vectors.reset: 0x00000000-0x00000007
section, .vectors.sw_exception: 0x00000008-0x0000000f
section, .vectors.interrupt: 0x00000010-0x00000017
section, .vectors.hw_exception: 0x00000020-0x00000027
section, .text: 0x00000050-0x000017a7
section, .init: 0x000017a8-0x000017eb
section, .fini: 0x000017ec-0x0000180b
section, .ctors: 0x0000180c-0x00001813
section, .dtors: 0x00001814-0x0000181b
section, .rodata: 0x0000181c-0x000019d5
section, .data: 0x000019dc-0x00001aff
section, .eh_frame: 0x00001b00-0x00001b03
section, .jcr: 0x00001b04-0x00001b07
section, .bss: 0x00001b08-0x00001b37
section, .stack: 0x00001b38-0x00001f37
Setting PC with Program Start Address 0x00000000
RUNNING>
XMD% Closed TeraTerm/Hyperterminal connection
Channel Closed