STM32F4 discovery + SSD1963
Posted on August 22, 2016 at 21:54The 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 August 22, 2016 at 21:54The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 22, 2016 at 20:20The reference manual for the STM32F4[05,15,07,17,27,37,29,39] in the section describing TIM1,8 has a block diagram (figure 86) that doesn't make sense.The CC1I interrupt is shown to be generated by channel 4, CC2I b...
Posted on August 02, 2016 at 21:25Hi ,I interested in measuring STM32F0 temperature and reference voltage using internal sensor of it's processor at the same time using UART. so I used channels like this;ADC_ChannelConfig(ADC1, ADC_Channel_16 , ADC_...
Posted on August 22, 2016 at 17:34Hi, do anyone know any forums or website that contain open source library to convery audio files like .wav files to format for FFT?
Posted on August 18, 2016 at 12:01Hi All,I have two signal, one high signal having 20% duty cycle and a low signal with 40% duty cycle. High signal is synchronized to low signal with reset trigger. I want to insert a delay of 100-400ns (t2 in diagr...
Posted on August 21, 2016 at 19:38Is there a wireless module or chip with libraries. The possibility of an external antenna is a plus, in case of metal box. I tried NRF24 modules. they have libraries around the net but I could not get them to compil...
Posted on October 07, 2015 at 14:20Hello,Does anyone know how to install a software expansion package for STM32Cube. Let's say I downloaded X-CUBE-MEMS1.ZIP. I then went to ''Help/Install New Libraries'' then clicked on ''From Local...'' I selected...
Posted on August 19, 2016 at 12:28 Hello, [I have just written my issue in detail and it has been deleted when I clicked Ok. Thanks, I will write it again though.] We are using the STM32F072CB with the HAL driver in our application a...
Posted on July 31, 2016 at 21:34The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 04, 2016 at 09:48 Hi, I want to transmit something from PC to uC and I put UART in receive mode. However HAL_UART_Receive_IT keeps returning error, and I don't know why? My code is really simple: int main(void){/* Reset...