Ignore:
Timestamp:
Aug 29, 2025, 6:15:42 PM (24 hours ago)
Author:
f.jahn
Message:

DMA Rx funktioniert, aber BETA und nur feste Baudrate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/SES/inc/sysdata.h

    r20 r22  
    3333//------------------------------------------------------------------------------
    3434// This structure must be aligned to 4-byte address
    35 typedef struct
     35volatile  typedef struct
    3636{
    3737        // Device spezifisch / Einstellungsbereich
     
    5858        uint16_t ibn_year;                                                                                                                      // 16   Inbetriebnahme Datum: Jahr
    5959        uint16_t user_id;                                                                                                                       // 17   Freies Feld für eine Kunden ID oder ähnlich
    60         uint16_t UNIQUE_NAME(reserved)[8];                                                                                      // 18-25        RESERVIERT
     60        uint16_t test[8];                                                                                       // 18-25        RESERVIERT
    6161
    6262        //--- Konfiguration Schaltausgänge ---
     
    175175        /* 4 of 8 */ uint32_t chargeTotalWh;                                                                            // 156-157      [mAs]
    176176        /* 6 of 8 */ uint16_t fullCyclesCnt;                                                                            // 158
    177         /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved);                                                            // 159
     177        /* 8 of 8 */ uint16_t volatile UNIQUE_NAME(reserved);                                                           // 159
    178178        /* 8 of 8 */ int64_t  mAs_AutoMode;                                                                                     // 160-163
    179179        /* 8 of 8 */ int64_t  mWs_AutoMode;                                                                                     // 164-167
Note: See TracChangeset for help on using the changeset viewer.