• How to set DBGMCU_CR register on MDK?
    IDE:MDK5.23.0.0 MCU:STM32F103RET6 Code generate:STM32CubeMX Q1:How to set the DBGMCU_CR register on MDK? I tried two solutions to set DBGMCU_CR on MDK, but failed. Solution 1 Add the conf_STM32F103RE...
  • stm32F103+ENC28j60 as TCP Cleint
    I try to make my stm32+ enc28j60 as client but the sample I found is the web server which can turn the led on/off. the one of library is ip_arp_udp_tcp.c but it doesn't say any way to send the socket...
  • STM32f103 Clock configuration problem
    Hello, Here is my code: #include <stdio.h> #include <string.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" void GPIOSYS(void){ GPIO_InitTypeDef GPIOStructure; RCC_APB2PeriphClockCmd...
  • STM32F100 VLDISCOVERY Error: Flash Download failed - Target DLL has been cancelled
    Hi everyone I am trying to start with my STM32F100RBT6B in the STM32VLDiscovery and programming in Keil uVision IDE, with Cube MX. I upload the CubeMX code for the uVision and finished the code with...
  • stdio.h does not recognize FILE *fpointer
    I am using IAR embedded workbench software for ARM CORTEX M3 controller. I have already included stdio.h library and it have fopen function like this but when i am declaring my file pointer like this...