• Atmel launches low-power connected platform targeting IoT and wearables
    During CES 2016, Microchip unveiled a complete, ultra-low-power connected platform for cost-optimized IoT and wearable applications. This new platform features the world’s lowest power ARM Cortex-M0+...
  • The ARM Step Challenge at DAC: Throwing Down the Gauntlet
    I didn't get a chance to participate in the ARM Community Step Challenge at Mobile World Congress, alas. ( ARM Step Challenge: “Who is the ‘hardest working’ at MWC?” ) But I'm pumped beyond reason to...
  • NUCLEO64 USB HID not working ? getting HAL_OK but NO SIGNAL
    So I am using Nucleo64 (303RE) board for USB HID mouse project. As you know, it does not have second USB port for USB applications but it does have PINS that can act as DM, DP (USB minus, plus data...
  • Which arm microcontroller to choose?
    Hello everyone! I wanted to learn about the ARM microcontrollers....about the architecture and coding. Which microcontroller should I buy? I read somewhere that I should buy the STM32 discovery board...
  • Trouble getting values with I2C using HAL_Library
    I cant get values with I2C using HAL_Library .I use HAL_I2C_Mem_Read and I cant manage ,maybe my adress wrong I didnt understand please help int main(void) { HAL_Init(); SystemClock_Config(); ...