• Keil DFP vs STM HAL
    I wonder if the Keil's DFPs just copy the HAL releases, or are they reworked in some way? Especially, I wonder if it is possible that the bugs which are discussed in the ST forums are fixed in DFPs...
  • STM32F4 DFP ARM Compiler 6 __packed Macro Replacement
    Hi, I am migrating my project from Compiler 5 to Compiler 6. While doing this, I found out that in stm32f4xx_hal_def.h, the Macro re-definition of __pakced does not actually comply with armclang...
  • TM4C129x Ethernet driver in MDK5 DFP
    Dear, When will be the TM4C129x integrated ethernet driver available in TM4C DFP ? Thanks for your support and bests regards, Roger
  • ABOUT DFP
    I have downloaded the DFP for SAMV71 but how to use that i dont know please help me with that.
  • Execute Failed while SRC using <sstream> with armclang
    Lately I'd obsessed over compiling STM32 project with ARMCLANG. Here is Details: Case 1. Used "#include <sstream>" in cpp file, complied successfully but execute failed, meanwhile I didn't use any...