Hello I tried to receive any CAN signal on my device based on STM32F303CCT6. Maybe you have solution :), CAN pins are remapped on PB9 and PB8 pins by STMCubeMX configuratorBelow my code (main.c): https://pastecode.io/s/7av2ge6mand my settings in con...
I have this Nucleo 32 board namely STM32F303K8. I power it externally from 5V pin, so I removed the solder bridge SB9. In this case, the on board embedded ST-LINK is not powered but if first the board is powered then the USB is plugged one can still ...
I would like to set a 1Hz signal on the PC13 (RTC_OUT_CALIB). I have found a manual in document AN3371 (see picture in appendix). The code is also in the appendix. Unfortunately, nothing happens on the PC13 but the RTC works. If anyone has any idea w...
When it is 93, it works normally, but when it is VC, it does not enter uart boot mode.What's the difference?
I'm working on H745 dualcore MCU and I'm trying to get STM32 UID from M4 core accessing to addres 0x1FF1E800UL. Reading datasheet I can't find explanation why that address range is not accessible.
I created many projects using CubeIDE1.9. I now installed CubeIDE1.12 and need to open my projects in the new version. I copied my old projects to a new workspace I created and then tried to import/open projects using CubeIDE1.12 but got a generic...
I am new to STM32 and I am trying to figure out how to implement my PSM control. I need 8 pulses which are in complementary pairs. I need to use TIM1 for the 2 pairs and TIM8 for the other 2 which are advanced timers. I want phase shift between the f...
I have custom board with 4 chips, communicating over I2C. The problem is that I cannot have 4 chips talking to each other.I can only communicate between 2 chips. As soon as I enable I2C on third chips the communication stops. One is setup as master t...
Hi,i am using 2 units of STM32h743II MCU and I am trying to transfer I2C transactions from master to slave based on I2C_TwoBoards_ComPolling examples.data is received correctly each time but about my i2c slave unit perform Long clock stretching 1 out...