• problem creating new project from old project
    I have a project that consists only of a header file and the source file (C). The program compiles, links, and generates the HEX file perfectly. I can then download the HEX file, and it executes perfectly...
  • problem creating new project from old project
    I have a project that consists only of a header file and the source file (C). The program compiles, links, and generates the HEX file perfectly. I can then download the HEX file, and it executes perfectly...
  • sending data from computer to phillips 8051 chip
    I am currently working on a project . the chip that i am using is phillips P89V51RD2FA .The chip is embedded in a board created by EMBIN TECHNOLOGIES , MUMBAI , INDIA and is called ETD 140 . i tried...
  • sending data from computer to phillips 8051 chip
    I am currently working on a project . the chip that i am using is phillips P89V51RD2FA .The chip is embedded in a board created by EMBIN TECHNOLOGIES , MUMBAI , INDIA and is called ETD 140 . i tried...
  • Harmonic computation
    I am using arm_rfft_fast_f32 function to compute harmonics on an input signal. The output is a complex value. I can use arm_cmplx_mag_F32 to compute the magnitudes of the harmonics. Is there any function...