Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello Community, I am using the hardware support package for STM32 in Simulink. I configured the timer and tried to use the timer block in Simulink but I am getting an error. can anyone help me find the root cause? I have attached the snap of the err...
HI all,We are using a STM32f765 controller in one of our product. The controller sends data to other device(server) via TCP client connection, but after some time the TCP client is disconnected from server and refusing to connect back. We need to do ...
I'm using a VS Code extension that most probably uses `vcpkg`. After installing this extension, each time I run VS Code I get the following error:> Using vcpkg executable at "c:\Users\Luka\.vscode\extensions\ms-vscode.vscode-embedded-tools-0.7.0-win3...
Hi , I need for my applicetion two maner of wake-up from Standby mode. One is regular wake up every one hour and second is asynchronous wake up by external signal. I have used WKUP1 signal on PA0 input for external wake up. It is working corectly o...
I've used CubeMX to enable in PA4 as in input with EXTI interrupt enabled on a STM32F373. It works well, but how to I enable the device with this interrupt disabled by default? HAL seems to enable the interrupt and then allow the 'user' code' to be...
ok so when i debug and step through my code the hse ready bit in the rcc-cr register sets to one but when i run it it hangs at my while loop waiting for it to set why does this happen
Hello,I am working with the Nucleo-f401re with the X-Nucleo-IDB05A2 expansion board for Bluetooth via BlueNRG-M0A module. I am trying to create services and characteristics for those services and I am trying to understand how the memory allocation po...
I am trying to send some bytes over an SPI via DMA on bare metal STM32G441. But there is nothing being sent and I cant find why. I only used DMA on ST32F devices that do not have the DMAMUX. Please note that SCK and MISO are not used here. I looked a...
I have initialized the kernel first, and called HAL_Init() and SystemClock_Config() within the OS task - StartDefaultTask, the osDelay is not blocking the StartDefaultTask until the specified number of ticks.configTICK_RATE_HZ is set to 1000 Hz (1 ms...