• writing a PWM code using ACTEL libero
    Anyone can help me with this? i cant get any output. -- pwm1generator.vhd library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY...
  • writing a PWM code using ACTEL libero
    Anyone can help me with this? i cant get any output. -- pwm1generator.vhd library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY...
  • how can I load HEX File
    hello, I want to load a Hex file to Memory i used exec("load my_file.HEX"); you can see my program : signal void main() {exec("load my_file.HEX"); func2(); // it is the line 214 .......
  • how can I load HEX File
    hello, I want to load a Hex file to Memory i used exec("load my_file.HEX"); you can see my program : signal void main() {exec("load my_file.HEX"); func2(); // it is the line 214 .......
  • How to load banking hex files for debugging
    I'm developing a Code Banking project. Three hex files has been generated. I'm trying to load them to uVision Simulator for debugging. PROGRAM.B00: Common Bank + Bank 0; PROGRAM.B01: Common Bank...