stm32f4 RTC tamper detect in power off mode ...
Posted on January 09, 2017 at 13:46hi allhow to detect tamper event when turned off mcu??Is this possible?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 09, 2017 at 13:46hi allhow to detect tamper event when turned off mcu??Is this possible?
Posted on January 03, 2017 at 11:30RM0038 Reference manualPage 502/908Bit 1 UDIS: Update disable 0: UEV enabled 1: UEV disabledstm32l1xx_ll_tim.h I think the SET_BIT and CLEAR_BIT macros are swapped !!!!__STATIC_INLINE void LL_TIM_EnableUpdateEvent(...
Posted on June 09, 2016 at 11:28In stm32l486xx.hthis line#define SDMMC_DCTRL_DBLOCKSIZE_0 (0x1U << SDMMC_DCTRL_DBLOCKSIZE_Pos) /*!< 0x00000010 */#define SDMMC_DCTRL_DBLOCKSIZE_1 (0x2U << SDMMC_DCTRL_DBLOCKSIZE_Pos) /*!< 0x000...
Posted on January 06, 2017 at 08:19Hello,i am using STM32F205RGT6 microcontroller i just want to run UART code.i just download the 'STM32Cube_FW_F2_V1.4.0' library and i don't modify any thing in this code.in this library i try with 'UART_Hypertermi...
Posted on January 05, 2017 at 13:02Hi ALLI need to Data transmission using DMAfrom 1 qpio strim off dataI work whit the device stm32F407vgt #data-transmission-(using-dma)
Posted on January 08, 2017 at 06:05 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 08, 2017 at 18:36Usually, I use uart for my stm32 to communicate with my PC(ubuntu),I set 115200 baudrate, and use a USB to TTL tool(PL2303HXhttps://goo.gl/TRnN4w) In PC, use the minicom to get data from stm32,But now, I have to tr...
Posted on January 04, 2017 at 23:34I'm using stm32f407vgt6 and trying to use USB FS mode with CDC library (version 1.2), what I want to know is does CDC library use CRC by default or not? and if yes, does that mean this connection is error free? Tha...
Posted on January 06, 2017 at 11:20Hello,I am trying to find out why STM32F427 is crashing into HardFaultHandler in new batch of PCBs.Please note firmware is proven and is running fine on many boards without any issues, but with new batch of PCBs, m...
Posted on January 06, 2017 at 12:15Hello,I am using a custom board with a STM32F107VC processor. I am trying to get LWIP working in combination with FREERTOS. I am building using STM32Cube and importing into STM32 System Workbench,I can see DHCP pac...