Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 5 months ago.
MBED LPC824
MBED compiler report error with this (macros I think):
- define SYSAHBCLKCTRL (*(volatile unsigned long *)(0x4004 8080)) bit 13 enable clock crc
- define CRC_MODE (*(volatile unsigned long *)(0x5000 0000))
- define CRC_SEED (*(volatile unsigned long *)(0x5000 0004))
- define CRC_SUM (*(volatile unsigned long *)(0x5000 0008))
- define CRC_WR_DATA (*(volatile unsigned long *)(0x5000 000C))
Well, I would to test using CRC engine direct input data in this registers. Some suggestion about alternatives ? Tks
Hi Renato, In order to better assist you, can you please edit your post and wrap your error report with
<<code>> <</code>>
tags (for readability)?Thanks! - Jenny
posted by Jenny Plunkett 18 Jul 2017May be macros would be predefined. I used pointers to registers now. Thanks
posted by Renato Ferreira 18 Jul 2017