• 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...
  • Timer interrupt on stm32f103
    The weather is fine, so I'm having a little suprise with timer interrupt on update event. I thought that if timer is configured to count up, update event will occure just after the overflow, i.e. when...
  • 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...
  • Could not stop Cortex-M device! Please check the JTAG cable error
    hi everyone I'm using stm32F103RBT6 and st-link v2 programmer and keil 5. when i want to program micro i have Could not stop Cortex-M device! Please check the JTAG cable error. in my board I did not have...