Why is HardFault_Handler interrupt when I use GUI_Delay ?
Posted on June 18, 2018 at 08:33I do GUI with STemWin on STM32F429. I want to İcon demo, but When I use GUI_Delay, HardFault_Handler do. Please help me.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 18, 2018 at 08:33I do GUI with STemWin on STM32F429. I want to İcon demo, but When I use GUI_Delay, HardFault_Handler do. Please help me.
Posted on June 17, 2018 at 23:37This is more of FatFs question. I cannot find a call to reopen or return to the first file of a directory. I think I have used such call somewhere. So Windows probably had such a call. Like f_close and then f_open wit...
Posted on June 18, 2018 at 07:49Hi , I am using STM32F779AI and using only internal memory(SRAM and Flash). In this case, can i use cache memory as SRAM for my application, (as my application needs more SRAM memory).ThanksD.Balabharathi
Posted on June 17, 2018 at 09:01I have registered to Stm32cubemx MOOC course i got confirmation email but i have not received login details and i have checked in spam also but no luck ,please tell me how to get the logic details of udemy st mooc cou...
Posted on June 18, 2018 at 02:27I'm using L6474h with X-CUBE-SPN1 Version 1.10.0.I think there is a bug with the x-cube-spn1 library. Step motor movement is delayed for a few seconds if the speed is adjusted more than two times (x2) of the previous ...
Posted on June 14, 2018 at 12:12Hi,I realized a prototype including the STM32L433 (LQFP64 package). I tried to use the pins PH0 and PH1 as OUTPUT pins. This should be possible according to the datasheet (5V tolerant I/O pins). This pins can be used ...
Posted on June 17, 2018 at 12:17Hi, has anyone worked with stm32f765 ? I'm now working with it in my project. I created my own PCB to test this stm32f7 , I have try many time but anytime I test it, the stm32f7 always be damaged because I found tha...
Posted on June 09, 2018 at 15:42 I understand that programming enterprise software on a 8 core CPU with 4GHz and a simple STM32 MCU is different, nevertheless I would have added a few things to the HAL layer from the beginning: All HAL Init calls...
Posted on June 16, 2018 at 05:58Hi,I am trying to change the SAI IO pins on the STM32F769_Discovery board using the SAI example.I would like to point the defined SAI block to arduino pins on the Discovery board so I can view them on the scope.I get ...
Posted on June 16, 2018 at 22:25Hi friends,The while loop does not work in the following function. Why could it be?For STM32F407VG;void US_BEKLE(uint16_t us){ uint16_t baslangic = (uint16_t)__HAL_TIM_GET_COUNTER(&htim1);while(((uint16_t)__HAL_TIM_GE...