• Why cortex m4 (stm32 discovery) usart3 is not working ??? (SOFTWARE)
    Hello, I have a problem,i wrote this program but it dosen't work. It doesn't read its rx pin. Can you help me pls ??? CODS: PUBLIC MAINTASK PUBLIC __vector_table SECTION .text:CODE:REORDER(10...
  • Why cortex m4 (stm32 discovery) usart3 is not working ??? (SOFTWARE)
    Hello, I have a problem,i wrote this program but it dosen't work. It doesn't read its rx pin. Can you help me pls ??? CODS: PUBLIC MAINTASK PUBLIC __vector_table SECTION .text:CODE:REORDER(10...
  • uVision 4.14 LPC1768 incorrect watch for local variables
    I'm trying to debug LPC1768 program in uVision 4.14 using ULink2 via JTAG. I have following scenario: - main calls public function (LCD_Image) from other module (LCD) with four arguments (passed through...
  • uVision 4.14 LPC1768 incorrect watch for local variables
    I'm trying to debug LPC1768 program in uVision 4.14 using ULink2 via JTAG. I have following scenario: - main calls public function (LCD_Image) from other module (LCD) with four arguments (passed through...
  • STM32 Discovery with RL FLASH
    Hi Everyone, Im trying to build GPS logger with STM32 Discovery Board. I can read GPRMC data from serial interface. Now I just want to implement SD card interface and save tracking data to SD card...