Hi,
I have a SAMA5D27-SOM1-EK1 development board that I have to start using. I downloaded and installed the latest version of "ARM Development Studio" and activated a 30-day demo license. In these 30 days I would like to start working with this development board and then the SAMA5D27 processor to then build my ownprototype and then buy the software if everything works properly.I state that I am a beginner with this software and its philosophy.I should use on this development board : - Bare Metal - FreeRTOS - Ethernet with "lwip" - USB Host with pendrive support for reading files (FAT32) - SPI master - Leds I am currently experiencing problems in choosing some packages:ARM.FreeRTOS::RTOS.Config.FreeRTOS - Additional software components requiredARM::CMSIS.RTOS.FreeRTOS - Additional software components requiredKeil.MDK-Pro::USB.Host - Additional software components requiredHow to add these packages that don't seem to exist in the main repository ?Thanks very much.
Hi again debugasmHere are the changes to the "[SAMA5D2] Blinky_RTX5_AC6" example.In os_tick_pit.c, change__WEAK int32_t OS_Tick_Enable (void) {to__WEAK void OS_Tick_Enable (void) {and remove its return (0);Similarly, change int32_t to void for OS_Tick_Disable() and OS_Tick_AcknowledgeIRQ()>Since the experts are fixing the errors, could they also create examples dedicated to the SAMA5D27-SOM1-EK1 board ?Sorry, I don't think we could take that on. Best that you try this yourself.
Stephen