Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM Development Studio missing pack ...

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 own
prototype 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 required
ARM::CMSIS.RTOS.FreeRTOS - Additional software components required
Keil.MDK-Pro::USB.Host - Additional software components required

How to add these packages that don't seem to exist in the main repository ?

Thanks very much.

Parents
  • Hi again debugasm

    Here 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

Reply
  • Hi again debugasm

    Here 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

Children
No data