Datasheet minor error found.
Hello, I have just meet a small mistake in datasheet. Stm32F103xC... DS5792 rev 13 page90, Figure 42. High/Low input voltage for Vdd=3v3 are wrong. RegardsRobert.
Hello, I have just meet a small mistake in datasheet. Stm32F103xC... DS5792 rev 13 page90, Figure 42. High/Low input voltage for Vdd=3v3 are wrong. RegardsRobert.
The nucleo board has CAN rx and tx signals going out of the Zio connector, but need the CAN_H and CAN_L signals to talk to other CAN devices. Could not find an expansion board for this.Help appreciated.
I use Nucleo board (STM32L053R8) to connect SPI slave. The SPI command had been sent to slave correctly, and slave also return the expected value (0x2C). But Nucleo SPI master cannot get the return data correctly. The RXNE is raised without problem, ...
Hello, I am working on a project where I implemented various peripherals including a SAI configured in DMA mode. I have defined a 1024 samples buffer and used the Half and Full callbacks to fill it. Everything worked perfectly. However, I quickly rea...
I got an STM32F401CC6 blackpill module.I tried to upload via Arduino IDE the demo project blink.After succefull upload the board does not work.It lights only the red led and not the blue one.Is there any way to recover it?Thank you ,Yannis
Hi,when i use sleep mode, i have a reset problem on STM32L431CCT6 only on recent batches.I implemented the workaround described in section 2.2.5 of dm00218224-stm32l431xx-device-errata-stmicroelectronics.pdf but without success.The problem only affec...
I have an STM32F103 configured in slave mode using NSS for slave select and using DMA. I'm using 8 bit mode. When the master starts clocking the STM32F103 it always shifts out the first byte in the buffer twice. So rather than seeing 0xF0, 0xF1, 0xF2...
We discovered spurious Errors (every half a year) on reading out the GPIO Pin PC14 on a STM32F427ZIT6.The Pinis not connected on the PCB itself.Is configured as Input with PullUpAnd reads in perfectly the High state from the PullUp in 99.99% of the c...
Im working on stm32l4 series ,using external eeprom , eeprom writes four variables in 4 EEPROM addresses succesfully,but while reading EEPROM it only reads last (4th) variable on all 4 EEPROM address,Im try all methods adjusting delay ,EEPROM addre...
Hello,I have a strange problem on an STM32G071. I get ADC values every 25 ms from ADC1 channel 0 to 3 without DMA as speed is no issue. Strangely when one of the canels reaches about 1.2 V the CPU sometimes goes in a hard fault lock. There is a poten...