Forum Posts
running multiple application in same flash memory.
i have have loaded two different firmware at different locations of the flash memory(stm32F303) .main program starting address: 0x80000000second program starting address: 0x80020000i have to call second program. main program is running perfectly but ...
How to establish LIN communication between two STM32F MCUs?
I would like to implement LIN communication between two STM32F series MCUs.But so far, I did not find any example code for LIN implementation using STM32F MCU.Can you please share sample code of LIN communication using STM32F which includesInitializa...
Stm32 footprints
Hi ! Do ST released footprints library of chips for example for eagle?Im trying to make new library device for schematic and pcb. But it would be superb if I could just download it.Stm32f103c8 lqfp48
Interfacing issue between the STM32F407 controller and SST25Vf016B flash using SPI
I am trying to interface the STM32F407 controller and SST25Vf016B flash using SPI protocol for chibios. I have completed the configuration steps and I am also able to read the manufacturer ID reg, device ID reg for Flash. But when I try to write dat...
i am using STM32F303E-eval board with MCU stm32f303vc and i am trying to use UART2 at 312500 baud rate but i am unable to received correct information.
please tell me whether it is eval board hardware problem or not, but i cam able to achieve 312500 baud rate for UART1.thanks.
Resolved! I'm specifically using the discovery kit for the STM32F746G - Disco board. I've used STM32CubeMX to generate the configuration with no mods and then the code for atollics Truestudio, keep getting interrupts from TIM6
i can see both in the tool and the source code that the TIM6 timer is not configured. It is in fact the TIM6_DAC_IRQHandler() I keep ending up in.Now it's easy enough to just force it to be disabled but I'm trying to figure out how to disable it in t...
Resolved! STM32F745 suddenly is extremely slow - have I bricked it?
Hi,I've been working on programming my STM32F745 for some months now, step by step playing with the different peripherals. So far so good. I've been also doing step-by-step debugging with OpenOcd and STLink V2.Today things started to look a bit weird...
STM32L452 QSPI Errors
I'm using the STM32L4 Nucleo board with a N25Q256 SPI Flash attached. I can successfully read and write from the spiflash using the QSPI peripheral + HAL layer in standard SPI mode. However when switching to Quad mode, every so often during a longer ...