Forum Discussion
Brickman
New Contributor
6 months agoFPP C\Cpp code reference
Hi I intend to program a Cyclone 10 LP device from a MCU (STM32H7). Can someone point me to a C\Cpp code reference for it? I failed to find one, and it seems logical to me that Altera will release...
- 5 months ago
The link has only moved, here's a valid link MicroBlaster™ Software | Altera
Still "not found".
Farabi_Altera
Regular Contributor
5 months agoHello,
Unfortunately, Altera does not provide a specific code to configure FPGA from specific MCU such as STM32H7.
There is method to use portable C source on JAM/STAPL and JAM Byte-code players.
1- generate .jam or .jbc from Quartus of your design, then run on STM32 using intel's JAM STAPL Player (C interpreter) or more compact Jam Byte-Code player. These players toggle TCK/TMS/TDI and sample TDO through MCU GPIOs you implement in small stub.
2- References : https://www.altera.com/design/programming/jam-support
3- References : https://cdrdv2-public.intel.com/654049/an586.pdf
regards,
Farabi