STM32H743 dual ADC w DMA
Posted on June 21, 2018 at 11:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 21, 2018 at 11:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 25, 2018 at 13:33Hi,I am new to STM32 and using the STM32L152 to transmit and receive characters via USART. I can transmit data with no problem but when i want to recieve data using the Hterminal, the mcu always gets an extra charact...
Posted on May 24, 2018 at 10:55Hi, I am trying to use NUCLEO-H743ZI ADC1, I am following the procedure that is recommended in the reference manual, getting out of deep power down, turning on and waiting for voltage regulator to stablize and then con...
Posted on June 26, 2018 at 12:42Hello,I am new to STM32 and i am using STM32L152RE for making a low power data-logger. I just want to know how I can make my processor sleep for minimizing current and then how I can wake it up using 2 or more externa...
Posted on June 15, 2018 at 01:26I think there is an error In http://www.st.com/content/ccc/resource/technical/document/reference_manual/02/35/09/0c/4f/f7/40/03/DM00083560.pdf/files/DM00083560.pdf/jcr:content/translations/en.DM00083560.pdf. In figure...
Posted on June 26, 2018 at 11:19Hi everyone,I'm working on an STM32F1 platform. I'm using this crystal ABMM2-8.000MHZ-E2-T for the HSE setting.I made of the calculation according to the application note AN2867:According to the datasheet ABMM2-8.000M...
Posted on June 23, 2018 at 02:06 Hi, Why the RTC Year is a uint8_t and value must be b/w 0 and 99? How do we map to real year? Thx /** * @brief RTC Date structure definition */ typedef struct { uint8_t WeekDay; /*!< Specifies the RTC D...
Posted on June 26, 2018 at 08:29I am experiencing a strange problem with the Clock stretching and the STM32f746. The STM is Bus Master and the slave is a MCP9600 that requires clock stretching.The data sheet of the MCP requires 60us stretching.Using...
Posted on June 26, 2018 at 08:17Using STM32F0xx USART to communicate simplex in standard asynchronous mode (8 bits + parity) with many STM32F0xx slaves. Want to use additional USART features. Did understand and can use Idle and Break detection.What ...
Posted on June 26, 2018 at 07:18 Hi, I am trying to set up printf debug on aSTM32L072 using SWO interface with a ST-Link and uVision5 following documentation I found I have started with a basic STM32CubeMX project and included the func...