• uV3: Automated new project creation
    Today I created 6 new projects to run under uVision 3. Every time I had to: Open a new file and name it, Select a target manufacturer and device, Rename the 'Target' and 'Source group 1' to names...
  • testing procedure
    hi iam hosam iam a new member in this field of FPGA testing using JTAG and BSDL i just want a guide to get the procedure of testing FPGA using JTAG (just main points) to complete my degree of master...
  • is this procedure correct ?
    unsigned char read_val1; unsigned char read_val2; unsigned char read_val3; void send_uart(void); void send_uart() { #pragma asm S1 EQU 08H S2 EQU 09H S3 EQU 0AH S4 EQU 0BH E1 EQU 0CH...
  • procedure to build flash Algorthim for new flash device
    As per the direction in uvision help regarding Adding New Flash Algorithm .We used already available LPC3250_Nand_sp algorithm for creating flash algorithm (our requirement: Is to build Flash Algorithm...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...