Question
Core cm3
Posted on June 21, 2011 at 10:18
extern uint32_t __get_PSP(void);
Hello, When I compile an example, I have all these errors, they said incomptabile declaration for all the folowing list: extern void __set_PSP(uint32_t topOfProcStack); extern uint32_t __get_MSP(void); extern void __set_MSP(uint32_t topOfMainStack); extern uint32_t __REV16(uint16_t value); extern uint32_t __RBIT(uint32_t value); extern uint32_t __STREXB(uint8_t value, uint8_t *addr); extern uint32_t __STREXH(uint16_t value, uint16_t *addr); For solving this problem I set it as note with ''//'' (ctrl+K) Is it the good way to do ? What does it change? Thanks #attached-file-:-intrinsics.h