Lenze DDS Function library MemDrv Manual do Utilizador Página 32

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 34
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 31
5.3 L_MemLoadRamFromFlash
Function library LenzeMemDrv.lib
Functions for RAM memory access
5−4
L
LenzeMemDrv.lib EN 1.1
Example
Calling the function in ST:
(* load from FLASH if last copy action (L_MemLoadRamFromFlash) *)
(* is finished *)
nMemState := L_MemGetStateDriver(byVoid := 0);
bDriverBusy := INT_TO_BOOL(nMemState AND 16#0004);
IF bDriverBusy = FALSE THEN
nReturn := L_MemLoadRamFromFlash(byFlashBlockNr := 2
byRamBlockNr := 1);
END_IF
(* check function return value *)
Vista de página 31
1 2 ... 27 28 29 30 31 32 33 34

Comentários a estes Manuais

Sem comentários