Is there a dual core Discovery board (already)
I would like to play with a dual core STM32F
Ask questions, find answers, and share insights on STM32 products and their technical features.
I would like to play with a dual core STM32F
Hi all.I have a motor encoder connected to TIM3 and I'm trying to generate a single interrupt once 1848 ticks have been reached. However, TIM3_IRQHandler() keeps being triggered for every rising edge of the pulse. I just want a single interrupt trigg...
I only need to display around 8 colors in rgb space and if i use L4 color space i can reduce my framebuffer to the point where i can put the entire framebuffer in internal sram. The only problem is i don't understand how to format the clut in L4.
Hello, I am working on a project trying to merge 2 discrete CAN buses with the STM32F746zgt6 using bxCAN with the HAL drivers. This system will take packets in on both transceivers, one on each bus, and try to output on the opposite transceiver, esse...
I am using Mini-M4 module with STMF415RG MCU. Module is programmed using STLink SW interface. However when the module is put on to the mother board, the flash memory gets erased when the board is powered on. What can be the reason for this automati...
I'm configuring RTC AlarmA to wake up CPU from StandBy. I'am expecting to CPU became back at specified time, but it event occurs up to 16 seconds later.uint32_t time; uint32_t date; uint32_t subsec; do { time = LL_RTC_TIME_Get(RTC); date = LL_R...
I am using STM32F4, and i am able to transmit files through FTP using netconn.I will read the files from SD card (each time 256 bytes ) and I will send to server. If I am transmitting 10 files, few of them are corrupted, but even though the file siz...
attached my project.i generate the project using the cube.the interrupt is not workadvicethank you