This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Halcogen 4.0.0 RM57, minor issues

Other Parts Discussed in Thread: HALCOGEN, DP83640

Here is a list of minor annoyances:

HL_spi.h:

missing

#ifdef __cplusplus
extern "C" {
#endif /*extern "C" */

HL_emac.c

Missing "USER CODE" sections that would allow me to ifdef out halcogen generated ISRs.

HL_phy_dp83640.c

Dp83640Reset still wrong. Replace PHY_LPBK_ENABLE with PHY_SOFTRESET). (Repoted earlier).

HL_rti.c

Missing a final USER CODE" section that would allow #endif statement (to close a previous #ifdef 0 which removes the Halcogen generated ISR)