Cypress Semiconductor NoBL CY7C1472V33 Guia do Utilizador Página 32

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 57
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 31
Orange Tree Technologies
Page 32 of 57
ZESTSC1_CARD_INFO Info;
/* Open a card with ID of 1 */
ZestSC1OpenCard(1, &Handle);
/* Obtain information about the card */
ZestSC1GetCardInfo(Handle, &Info);
/* Perform action based on FPGAType */
if (Info.FPGAType==ZESTSC1_XC3S400)
ZestSC1ConfigureFromFile(Handle, “file400.bit”);
else if (Info.FPGAType== ZESTSC1_XC3S1000)
ZestSC1ConfigureFromFile(Handle, “file1000.bit”);
else
printf(Illegal FPGA type\n”);
Vista de página 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 56 57

Comentários a estes Manuais

Sem comentários