• No Voltage at DAC0 pin of teensy 3.2?
    I am trying to Write a digital value at DAC0 pin of teensy 3.2 MK20DX256H usisng Keil to get analog value But i get 240mV whereas i should get 3.3V according to the following formula ***Vout = Vin * ...
  • NXP Kinetis MK20X256VLH7 (Teensy 3.2 Microcontroller) - RTE_Device.h Issues
    Hi, i'm working in Keil with the NXP Kinetis MK20X256VLH7 (Teensy 3.2 microcontroller). The microprocessor seems to get stuck when i wrote to these registers: PORTB->PCR[16] = (uint32_t)(PORT_PCR_MUX...
  • License or Patch problem on Keil Uvison 3.2
    Hi, We are not able to compile the code which we are able to compile on other system, It is giving the following error Error 6286E: Value(0x299d0) out of range (0 - 0xfff) for relocation #0(R_ARM_LDR_PC_GO...
  • program to detect target device
    I need to help i am working with stm32f10x Discovery Board with st-link debugger first time it connect with target device its works 2 3 days but now it not connect with target device message showing...
  • Detect selected device in uvision
    Hi. I'm implementing some libraries for different STM32F4xx devices, and I want to know exactly, which device is currently used, so I can do different preprocessor stuff. Exactly, I'm working...