Hi,
found this definition for CSnWCR2 in S7G2.h:
struct {
uint32_t : 2;
__IO uint32_t CSROFF : 1; /*!< Read-Access CS Extension Cycle Select */
uint32_t : 3;
__IO uint32_t CSWOFF : 1; /*!< Write-Access CS Extension Cycle Select */
uint32_t : 3;
__IO uint32_t WDOFF : 1; /*!< Write Data Output Extension Cycle Select */
uint32_t : 2;
__IO uint32_t AWAIT : 1; /*!< Address Cycle Wait Select */
uint32_t : 4;
__IO uint32_t RDON : 1; /*!< RD Assert Wait Select */
uint32_t : 3;
__IO uint32_t WRON : 1; /*!< WR Assert Wait Select */
uint32_t : 3;
__IO uint32_t WDON : 1; /*!< Write Data Output Wait Select */
uint32_t : 1;
__IO uint32_t CSON : 3; /*!< CS Assert Wait Select */
} CSnWCR2_b; /*!< BitSize */
Looks wrong in comparison to the datasheet.
Ideas?
Regards
Kurt