• 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...
  • How to make a 1 us interrupt timer in stm32f103?
    Hello, i want to make a 1 us interrupt timer in for my stm32f103 in timer 2, i could make 10 us n 5 us, but in lower than that its not working truely! what should i do?! /* TIM2 init function */ static...
  • problem in RTC ALARM
    hi everyone I'm usig stm32f103 and code below to set rtc alarm every one hour RTC_Alarm_Time.Alarm = 1; RTC_Alarm_Time.AlarmTime.Hours=RTC_Time.Hours+1; if (RTC_Alarm_Time.AlarmTime.Hours>23) {...
  • 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...