Questions tagged [smartfusion]

SmartFusion and SmartFusion 2 are Actel (Microsemi) FPGAs with a hard ARM core in the chip.

See http://www.actel.com/FPGA/SmartFusion/ for more details.

10 questions
3
votes
1 answer

Smartfusion2 Programmer Error

I have recently start using the M2S150 Development kit from Microsemi and have run into an issue when attempting to program the board (via Libero 12.1). When running the "Run PROGRAM Action" command the log reports the following Error: programmer…
3
votes
3 answers

Why is there a system controller and a microcontroller in the same FPGA?

I am starting to dig into the FPGA world. While exploring the FPGA SmartFusion2 architecture I found out that there is a microcontroller (ARM Cortex-M3) and at the same time a system controller. Why is there a need for both? Can't one of them…
Lavender
  • 527
  • 1
  • 5
  • 10
2
votes
1 answer

What makes Smartfusion2 FPGA clamed as highly secure to ensure secure booting?

Is the FPGA Smatfusion2 claimed to be highly secure by its manufacturer (Microsemi, now Mircochip) because it is a non volatile memory FPGA? Meanwhile the SRAM FPGA like the zynq 7000 are considered vulnerable because the content need to be loaded…
Lavender
  • 527
  • 1
  • 5
  • 10
2
votes
2 answers

MicrosemiTools and C++

I've been trying to work with the Microsemi SmartFusion FPGA/MCU SOC boards and their "free" toolchain that includes an Eclipse-based "SoftConsole" IDE that appears to be based on the GNU C/C++ compiler chain. The Actel website claims the compiler…
Nate
  • 868
  • 1
  • 10
  • 13
0
votes
1 answer

SmartFusion debug problems

I am using an Actel SmartFusion system-on-a-chip, running a bare-board application that uses the MSS with SPI, ACE and GPIO. (I am developing in Libero IDE 11.1 and SoftConsole.) My program successfully runs on the A2F200 package, but when I…
Stephen G
  • 1
  • 1
0
votes
2 answers

How to Connect an External Signal to Digi-Key SmartFusion2 M2S010-MKR-KIT?

I am currently trying to configure my board to take an external square wave from a function generator, measure the time interval between rising and falling edges, then output the measurement on screen. I am not sure how to add external signals to…
yer
  • 67
  • 2
  • 8
0
votes
1 answer

IMU fusion data rate

For an trajectory estimation project using BMX055 IMU, it looks like all 3 sensors(acc,gyro,mag) inside the IMU have different and unsync data rates. Accelerometer provides 7.81, 15.63, 31.25, 62.5, 125, 250, 1000, 2000 Hz options. Gyroscope…
Berker Işık
  • 445
  • 2
  • 14
0
votes
1 answer

SmartFusion 2 Pin Assignments using Libero

I am currently trying to find the schematic or pinout chart for a MicroSemi's SmartFusion 2. I have read all of their reference documents and release notes, but I can't find which pin is wired into the 50MHz clock. I did find this chart, however it…
yer
  • 67
  • 2
  • 8
0
votes
4 answers

Interfacing Analog signal to FPGA?

Okey, let's try this again. The board I am working with is the Smartfusion2 (M2S010-FG484 package) Starter Kit. Link-> here. My main question is If I can interface an analog signal to a pin of the breadboard the BSB provides without having to use an…
0
votes
2 answers

Combination of acceleration signals

have xA, yA, and zA acceleration signals collected from a smartphone and I call it: set A and I also have xB, yB, and zB same acceleration signals from smartwatch: let's call this set B. I need to combine them together because I am trying to find…
Adel
  • 1
  • 1