• Building position independent binary
    Hi, I've created a custom firmware update process on a TI TM4c1294NCPDT (Arm Cortex-m4f) and have divided the flash into 2 partitions. I'd like to be able to build one image that will work in either...
  • Request for vendors: improve SPI/SSP
    The CAN-bus has a real cool feature: It has the ability to check that the data sent actually compares to the data that was requested to be sent. But CAN-bus is limited to 1 MHz only, because it has to...
  • CMSIS: Storage interface vs Flash interface - what's the difference ?
    Hello, I reviewed both CMSIS Storage interface and Flash interface, and did not understand what is the difference between both. They both seem to relate to flash memories, so I am not sure when to...
  • Cortex M series and their compatibility
    Hello , I am new to ARM. I have a particular software package written to the Cortex M0+ MCU. How can I evaluate that these libraries will be compatible with other type of cortex M series microcontrollers...
  • CMSIS osThreadFlagsSet() API
    Hi, I am using CMSIS Free RTOS. I see osThreadFlagsSet() function is using xTaskNotifyFromISR() and xTaskNotifyAndQueryFromISR() APIs. I understand their usage. As per my understanding (void)xTaskNotifyAndQueryFromISR...