RTC sub second register in STM32L151RBT6
Posted on September 23, 2015 at 16:58The 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 September 23, 2015 at 16:58The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 22, 2015 at 13:29 Initialisation call from main adc_setup_data.adc_block = ADC1; adc_setup_data.adc_channel = 1; adc_setup_data.adc_number_of_bits = ADC_Resolution_12b; adc_setup_data.adc_sample_time = ADC_SampleTime_16Cycles;...
Posted on September 23, 2015 at 05:08 Having trouble getting USART2 working on both of mySTM32F072 Discovery boards. USART 1, 3, and 4 work fine. Here's a test program that fires off the port number in a loop. It's basically similar to wh...
Posted on September 24, 2015 at 18:17I am new to timers. If anyone can see a fundamental mistake, please advise.I have set up a time interrupt callback function which simply increments a integer. It is based on a LED blinking example, so shouldn't s...
Posted on September 14, 2015 at 13:01Hi !! I created a project cubemx configured for the virtual com port.i configurate it following the steps of : https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https%3a%2f%2fmy....
Posted on September 23, 2015 at 20:41 I am trying to transmit a string of characters through USART3 of a STM32F215RG using the code below. If I run this code, I see no output on my terminal. If I single step through this code I see all character...
Posted on September 23, 2015 at 18:03Please help me. I am trying t go back to using the legacy standard peripheral library (no Cube) like I used to.When I try to build a project, I follow the readme file and include the stm324xg_eval files in the pr...
Posted on September 23, 2015 at 12:59i want to run the w5100 with stm32103xx. I wonder if It is possible. Is there any solution for this? thanks a lot #spi #stm32f103 #w5100
Posted on September 22, 2015 at 23:51Hi all, My problem is quite unusual, and I need some new ideas. I can't make SWD connection working on STM32F303RET6. I'm constantly getting ''Can not connect to target'' message. I have installed the latest ve...
Posted on September 17, 2015 at 03:03 The original post was too long to process during our migration. Please click on the attachment to read the original post.