Resolved! HSE BYPASS clock not working on stm32H750
I'am using 26M oscillator on stm32H750VB device, it's not working on rev V, but same configure is work fine on rev Y.
I'am using 26M oscillator on stm32H750VB device, it's not working on rev V, but same configure is work fine on rev Y.
Hi, My objecive is to be able to communicate between two STM32FR302R8 thanks to I2C protocol. I've seen a code that should be used but I don't know which is the adress that I have to write: HAL_I2C_Master_Transmit(I2C_HandleTypeDef *hi2c, uint16_t De...
HiAccording to the datasheets, the STM32L4R9 LQFP100 devices should be able to support a multiplex hyperbus ram/flash device. (for example the cypress S71KSS12SCO)But in STM32CubeMX, I'm unable to select the multiplexed hyperbus mode. I notice that...
I have the stm32f4 discovery kit. It's true, natively doesn't have an UART communication from USB but I connect the pins RX and TX of debugger to USART2, step and step from datasheets. I would have to see the device in the port on my Device Manager ...
Hello,I want to improve the electromagnetic compatibility of my design and it seems that the worst part of the circuit is the STM32H7 <> SDRAM IS42S32800J-7TLI communication.After a day in a specialized lab I know that I am out of the CE range : I ha...
It seems that I'm having problems with the pins configured as alternate function.If I configure the same pins used by SPI or USART as simple gpio outputs, I can see them toggling with the logic analyser. but when I configure them as SPI (alternate fu...
dma don't work with adc. After first writing dma set flag TEIF. Value wasn't written to buffer. I ported example (adc dma transfer) from stm32h743 to 723, it have this error too.
Hi,I'm trying to configure manually OCTOSPI registers in order to implement Hyperbus protocol but when I try to write registers it has no effect...I'm using that command: OCTOSPI1->CR = OCTOSPI1->CR | (0x1 << 0);But the register keep it's value 0.
JW
I'm working on a project with an STM32F3 MCU and I've been running some test-code on register level, but I have had trouble with the timer and making pin PE8 blink. The result from this code is that it will turn the LED on but it won't toggle the pin...