• help programing TIM1 on STM32f103rbt6
    Hi, I'm writing here in order to find some help in order to program the TIM1 as PWM and make the port PA8 move, as by now I can't get it. I've already done some projects, using other timers ...
  • Debug Hard fault -> LPC1317-64P
    I want to debug hard fault in LPC1317-64P. I took reference from below site: support.code-red-tech.com/.../DebugHardFault But code gives error 1. for asm Code: source\main.c(12): warning...
  • Hard fault in SystemInit_ExtMemCtl()
    Hi I hope someone here can help guide me. I'm using a custom designed board which uses the same SDRAM memory configuration as the ST32429I-EVAL board. In the Keil file system_stm32f427x.c...
  • Hard Fault with net_initialize()
    Hello I send and receive data from Ethernet with cmsis library I send my data with send function each 100ms(with each timer interrupt) void send(void){ unsigned char i; unsigned long int checksum;...
  • fopen hard fault (__sys_open)
    Hello, I am using an STM32F437 MCU with Keil MDK-ARM V4.71a. My application (no RTOS) reads an SD Card on start up via the RL-ARM FFS. This has been working for a few years but I have now upgraded...