[STM32WL5x] Typo found in RM0453
Hello,I am not sure if this is the right place to report a documentation errors!There is a typo in Table 11 in page 99. The address should be 0x0803 F000
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I am not sure if this is the right place to report a documentation errors!There is a typo in Table 11 in page 99. The address should be 0x0803 F000
I am running a simple poc to test the SPI connection to a flash memory chip. When I select SPI3 in cube MX, It gives me two options for the set of pins. I would like to use PC12 as Clock but it wont let me change it. Hand editing the generated code d...
Hello There,I'm already using LTDC peripheral for the display interface and aware of LTDC sync parameter names as per the shared image. Recently I got another display, whose sync data is a bit different as compared to LTDC. Below are the values that ...
I created a project from the uart_printf example and it does not compileI'm using STM32CubeIDE Version: 1.13.1 (STM32CubeF7 Firmware Package V1.17.0 / 10-June-2022)eval board: NUCLEO-746ZGI didn't change any settings, I created the project from the e...
Hi All,I've configured TIM1 and TIM2 of my board (STM32WL55JC1) CH1 of both TIM to PWM output which is synchronized by output compare of TIM1 CH2, its working well for the first run then I stop PWM for 5 minutes by following commands:HAL_TIM_OC_Stop(...
Hello,I'm just going to evaluate the usage of the STM32G031G6U3 on a small sensor board.As never used this type of MCU before could you recommend any related Eval Board and Programming/Debugging Tool.In addition, is there any detailed description bes...
Hi,Please find attached, Below is the schematic which i prepared for custom PCB using STM32F103C8T6 MCU. But i am unable to enter in download mode. I have tried placing same jumpers for boot mode as in Blue Pill.Only component i have omited is 32.768...
If I write HAL_Delay in the main function, then code execution gets stuck at this place.int main { HAL_Delay(1); }Code execution does not exit the loop at this point.while((HAL_GetTick() - tickstart) < wait)I think because the SysTick_Handler interru...
this part in my code completely making my prototype to sleep which should not.As my standby should workout if the main power supply is OFF for 30 seconds.I have tried shutdown mode and exti thats too behaved the samePlease help what may be wrong _...
Hi, I try to make a project that seems easy. but I am not good to code so I ask ChatGPT but still I need human GPT to help. appreciated 1) hardware STM32U585 ( (B-U585I-IOT02A)2) use software generate 0 to FFF and output analogue voltage to Pin PA4...