Programming external flash speed
How can I programming the external flash in high speed?I programming the emwin file use 2min 30 sec, data size is 15Mbyte.Have any solution to make programming fast?Thanks All
Ask questions, find answers, and share insights on STM32 products and their technical features.
How can I programming the external flash in high speed?I programming the emwin file use 2min 30 sec, data size is 15Mbyte.Have any solution to make programming fast?Thanks All
I am a bit confused with this setup but hopefully someone can enlighten me with the correct approach, I have an MCU based system and I need an LCD, unfortunately, it needs TFT controller thats why I add STM32F746 in the middle. hope someone can corre...
Hi,I am enabling timer at comparators interrupt but i am having some timing issues. I think it can solve this timing issues if I can enable the timer as hardware. In reference manual i couldn't find any way for do that.Is there any way to do that ?T...
Based on the documentation it seems unlikely. However this also seems like an obvious use-case.Are there any examples doing this?Thanks
I have got to implement a board support package for a custom board, and I would like to know your opinion about the different approaches of designing board support drivers. My custom board pupulates an STM32 microcontroller besides other components l...
My environment is as follows:CubeMX v4.26.1 with STM32L0 HAL v1.10.0STM32L053C8Txgcc-arm-none-eabi-7-2017--q4-majorI set the RTC with RTC_HOURFORMAT_24. Actual code for the setup was generated by the CubeMX. If I set the clock to 12:59:59 then the R...
Hello everyone, maybe it's a stupid question but in the interrupt handling function I can't rewrite a variable. I'm sure that the interrupt is triggered and assigns a value to rx_counter, read_msg is executed in a loop, but when the value of a variab...
hello you guies.i am tring to erase my flash memory of STM32F767 Nucleo-144 board but i couldn't do that.That's because my STM32F767 Nucleo-144 board could not be operation right. As soon as i set STRT bit of Flash control register (FLASH_CR) but STM...
Reference manual for STM32H7 series (RM0433), on page 697, does not show an entry for NVIC interrupt 123. What is the interrupt? Can the documentation be fixed by the team.Interrupts that are not triggered by the MCU are normally marked with a line a...
I found CAN_Networking code sample in STM32Cube repository: STM32Cube\Repository\STM32Cube_FW_F4_V1.21.0\Projects\STM324x9I_EVAL\Examples\CAN\CAN_Networking. It doesn't run directly on my STM32469I-EVAL board. I have two questions:What is STM324x9I_E...