I want to use an SD card in my project to load individual personalisation data fpor a two-way radio system. I am getting #include "tx_api.h" and #include "tx_event_flags.h" as not defined.
This is due to the fact that I did not include azure rtos in the SDK.
I try to overcome this by installing azure into the SDK using 'manage sdk components', but I apparently azure rtos support was dropped in 2.11, which I loaded for the project before I saw this problem.
So I created a new SDK online, but it drops back to 2.10 to get azure support. However when I try to change the SDK for my project, it will not let me remove the SDK I have, and when I try to add another one it tells me that SDK 2.x_FRDM-K64F already exists.
How can I get azure support. I only need it for SD card access!