Is there any bug in code HAL_Delay() not works?
HAL_Delay() function gives infinite delay.i am toggle led using delay.below my simple project files.
HAL_Delay() function gives infinite delay.i am toggle led using delay.below my simple project files.
Marking on actual part STM32L151R8H6A is “151R8H6A�? but data sheet is “L151R8H6A�?
Hi,I'm trying to build a software to retrieve data from an solar inverter.After I success to send data, it was the time to receive the data. I choose the method with DMA IDLE to receive data in a circular buffer.In this mode, after a lot of debugging...
We have run into a problem where a new run of boards with STM32F429ZIT MCU's have been losing a byte (always loses a single byte which seems odd) from the UART communications that are sent to DMA.We send packets of UART data to the MCU and the data i...
I've bought some new STM32F777BIT devices with datecode 145 marked with a new revision code 1.All my older STM32F777 was marked with revision Z and current errata sheet ES0334 Rev 7 mentions only revisions A and Z.What are the differences between rev...
The only part I am not familiar with is all the registers, is there something that may have been corrupted, and I should set back to some values ???
Hi everyone,I am having issues getting One Shot Mode enable when using the TIM15. I am currently using the STM32H743ZI as the MCU.When setting the OPM bit in the TIM15_CR1 register the CEN bit in same register no longer can be enabled for whatever re...
Hi,I would like to have SPI2_CLK signal available on the CN2 connector (STMod+ interface) on the STWINKT1B eval board. Based on the schematic, looks like one can activate SPI2_CLK signal on STMOD4 via the 3-4SEL pin on the STG3692 digital switch. But...
when performed NVM operations (write on page and erase page), i lost some recieved bytes in my LPUART Rx line.when i uncomment the part of writing on the nvm, the lpuart works fine.can any one please tell me if there is a way to use this modules toge...
I was using stm32f4 on my project but now I want to use the h7 products. I am reading referance manual and watching some videos about the arm cortex m7, but I didnt understand completely about the CPU things. How can I learn the most basic way to und...