| |
James
|
Posted
6 years ago
Actions
Edit Post
Remove Attachment
Remove Post
|
Hi, I'm trying to use the SPIFI driver in the mcu peripherals with the interrupts enabled (CFG_SPIFIIRQ = TRUE) but I am getting a linker error that THREAD_ClearSignal() cannot be found. Am I missing something? Is this feature fully functional with the current version? Thanks, James Tasker
| |
Tyler
DZX Support
|
Posted
6 years ago
Actions
Edit Post
Remove Attachment
Remove Post
|
Hi James,
Yes, there is an issue with the LPC18xx mcu_spifi.c/.h files. Thanks for bringing this up! It looks like they weren't completely updated to work with the introduction of signal sets. I have attached an updated version of these files. Regards, Tyler
| |
James
|
Posted
6 years ago
Actions
Edit Post
Remove Attachment
Remove Post
|
Awesome, thank you, now works as expected.
| |