Resolved! How do I identify Brown out reset (BOR) condition from embedded software?
I would like to distinguish POR/PDR and BOR condition. Let me know if there is a way to identify this from embedded software for stm32l072cz.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I would like to distinguish POR/PDR and BOR condition. Let me know if there is a way to identify this from embedded software for stm32l072cz.
What are the possibilities t reduce the current cosumption at the beginning. Can you give me some information about basic mechanisms to throttle the required power especially in the boot process. Is there a documentation available regarding to this ...
Hi,Can somebody help me to understand the below thing?How to detect CPU registers stuck at faults? If CPU registers are stuck at fault, How can instruction send/stored in that register will be the actual one? I mean to test CPU register stuck at faul...
I have an STM32F401 MCU acting as a master on its I2C1 port linked to a slave STM32F407 MCU, and a couple of DIO expanders (PCF8575). After a random period of between minutes and days the Master appears to stop updating the Slave MCU but continues to...
I already have the board
Hi team,I working on stm MCU using IAR ARM Workbench ver8.40.1 and previously I was getting a Fatal error "intrinsic. h", anyhow I solved it by giving as "intrinsics. h" and later I got this error. thanx in advance.
The crypto chip ATSHA204A needs a >60us low pulse on the I2C SDA line to wakeup. After that pulse the SDA should be high for at least 2.5ms. How must the I2C be configured to create the described pulse? The attached pictures shows a transfer with ad...
Hi, i want to display temperature value of LM35 temperature sensor on oled using stm32f103. i selected adc channel . even i am able to read adc reading but it is not varying properly and even i am not able to read exact temperature reading. can anyo...
Starting from Windows 10, the STSW-STM32102 driver is no more adequate and the usage of the native inbox driver is recommended.
Hi folks, I,m using STM32l4 MCU, I have configured USART3 with DMA1 with 1Mb/s baudrate. My concern is its worked fine if I don't put MCU in a Stop2 mode state. But if I put MCU in Stop2 mode state after waking up its not working. Here is the uart In...