PH3/BOOT0 pin on the STM32L432KC
May I know where is the PH3/BOOT0 pin on the STM32L432KC board? I don't see any GPIO pin for that. It is connected to the F103 chip onboard but how do I use that?
May I know where is the PH3/BOOT0 pin on the STM32L432KC board? I don't see any GPIO pin for that. It is connected to the F103 chip onboard but how do I use that?
If the LSE 32.768KHz crystal is disturbed after the system starts with MSIS auto calibration, and the MSIS clock is used by the PLL for the SYSCLK, the frequency of SYSCLK loses its 0.25% accuracy and starts to drift.Is there any register or interrup...
I've finally got the FMAC to load, execute and produce data. However, I can only make the X1full flag get set if I call 16 writes to WDATA. I'd like to streamline part of this and use a memory to memory transfer. I'm seeing this not working. Can memo...
MCU: STM32G070CBT6According to ES0468 - Rev 5 (STM32G070CB/KB/RB device errata), for issue 2.2.10, the only workaround can be applied is erasing the RTC domain by software during power up. But this workaround would clear RTC time/date data. Normally,...
Tried with so many addresses inside the Rx Descriptor and TxDescriptor but failed miserably while pinging the NUCLEO F767ZI board using Desktop.I wanted to establish a connection between my pc and stm32 nucleo f767zi board using the ethernet port RMI...
Hello!I'm porting a working code from H750VB to H730VB, generating a new HAL core from STM32CubeMX, but right after entering on "SystemClock_Config" function at debug mode, I've got the message "Break at address 0x46bd3718 with no debug information a...
Posted on June 26, 2014 at 16:31 Hi, I tried to configure my STm32F207 using the ''Cube'' to use the CAN2 and I found a bug. This is the initialization code generated by the ''Cube'': void HAL_CAN_MspInit(CAN_HandleTypeDef* ...
I have a working project with its .ioc file.Now I need to port the project codebase to another project that uses exactly the same processor, but with different pinout: the peripherals in the project will be the same, mapped on some other pins.I need ...
Hey All, I cannot seem to uncheck the option "save power of non-active UCPD - deactive Dead Battery pull-up" Everytime I generate code I have to manually comment out (disable) (HAL_SYSCFG_StrobeDBattpinsConfig(SYSCFG_CFGR1_UCPD1_STROBE | SYSCFG_CFGR1...
Hi,I'm not able to set the STM32G030C6 ADC1 for 9 + Internal Temperature Sensor channels. Here's my ADC1 Mode and Configuration parameters I'm using this recently updated Software Package VersionSTM32CubeG0 Firmware Package V1.6.2Does anyone know wha...