• Read Unique ID
    I'm starting a project with STM32F103VB ARM base MCU. How could I Read 96 bit unique ID and manipulate in my software for security and make unique MCU based software.
  • How flash unique ID
    Hello, I need that each processor has a unique ID 16Byte. This ID is used in the program as an identifier when transmitting through the RF module.I thing constant Question. MDK-ARM has some support...
  • wrong evaluation of the compiler??... Very rare error
    Dear all, I have this ultra simple strcture typedef struct { uint8_t Hora; uint16_t Data1; } EEpromPaqueteDatosS; When I do sizeof(EEpromPaqueteDatosS) it returns 4!!! But if I do the sizeof...
  • help required
    Dear All I have to build an application that uses LM3S8962 Microcontroller from Texas Instruments to control the speed and direction of dc motor. As i am new to microcontroller programming and is much...
  • Primer required
    Hello! Untill now I am using 8,16 bit processor & programming using assembly language. Now I am switching to embedded C & ARM core processor like LPC1768 & STM 32. So can i found some primer for this...