Memory Mapping an FPGA from an STM32
1–10 of 66 posts
Re: Memory Mapping an FPGA from an STM32
#2Re: Memory Mapping an FPGA from an STM32
#3real quite high level sorry, most of your embedded projects going forward are MCU+fpga to do what? I thought a custom router but 284mbps isn't nearly fast for a network.
Re: Memory Mapping an FPGA from an STM32
#4real quite high level sorry, most of your embedded projects going forward are MCU+fpga to do what? I thought a custom router but 284mbps isn't nearly fast for a network.
The MCU is for control plane only. Several hundred Mbps between the control and data plane is more than enough for a SSH management CLI and poking registers on the FPGA to move a port to a different VLAN in response to a CLI command or add an ACL rule or something.
Re: Memory Mapping an FPGA from an STM32
#5real quite high level sorry, most of your embedded projects going forward are MCU+fpga to do what? I thought a custom router but 284mbps isn't nearly fast for a network.
Re: Memory Mapping an FPGA from an STM32
#6real quite high level sorry, most of your embedded projects going forward are MCU+fpga to do what? I thought a custom router but 284mbps isn't nearly fast for a network.
It's a good question. A lot of FPGA projects I see (including some real life products I've looked into recently) don't really need an FPGA. One I was asked to evaluate recently could easily have been done with a microcontroller with PWM outputs. The frequencies involved were well under 40MHz. Yes, there were a couple of multiplications going on in the FPGA, but there those could've been easily handled by a micorcontr…
But a STM32 is more than sufficient for the management interface on both.
Re: Memory Mapping an FPGA from an STM32
#7You get to own every aspect of your toolchain and with that will come a lot of power.
Are you familiar with:
https://github.com/corundum/corundum
Perhaps you can build a support package for your platform.
Re: Memory Mapping an FPGA from an STM32
#8Re: Memory Mapping an FPGA from an STM32
#9Neat! I love that H7 chip and its gargantuan inatruction manual... ...and you didn't even mention its 2nd core :)
Would not surprise me if the M4 was there and fused off (i.e. same die as multicore H7 offerings), but it's not active.
Re: Memory Mapping an FPGA from an STM32
#10real quite high level sorry, most of your embedded projects going forward are MCU+fpga to do what? I thought a custom router but 284mbps isn't nearly fast for a network.
It's a good question. A lot of FPGA projects I see (including some real life products I've looked into recently) don't really need an FPGA. One I was asked to evaluate recently could easily have been done with a microcontroller with PWM outputs. The frequencies involved were well under 40MHz. Yes, there were a couple of multiplications going on in the FPGA, but there those could've been easily handled by a micorcontr…