Mechanical details of B-LCD40-DSI1 lcd
Posted on November 08, 2017 at 10:21Hi,Can I get the mechanical details of B-LCD40-DSI1 lcd used in STM32F769I-Discovery kit?provide any document or so.Regards,SSK
Posted on November 08, 2017 at 10:21Hi,Can I get the mechanical details of B-LCD40-DSI1 lcd used in STM32F769I-Discovery kit?provide any document or so.Regards,SSK
Posted on November 08, 2017 at 10:50Hi I have a question about using a timer to count pulses form a encoder (only one pin) I don't care about the direction.I'm trying to use Timer 3, but I'm not sure how to set it up in CubeMx.I start it with: HAL_T...
Posted on November 08, 2017 at 08:22Hi AllHow to calculate maximum current capacity of any micro controller?I see tables for current consumption in all controller datasheets with different values.What parameter should be considered while calculating...
Posted on November 08, 2017 at 10:32Hi,i m using STM32f746G-DISC board for USB HOST in CDC mode, i m trying to receive data of 256-bytes (which is transmitted from another board) but i am able to receive only 64-bytes (stored in CDC_RX_Buffer[ ])......
Posted on September 11, 2017 at 16:49 Hello! I have external oscillator with frequency 384 MHz. I want to sample MEMSPDM microphone with 512 kHz frequency and get 16 kHz audio with oversampling ratio. Here is my initialization: __HAL_DFS...
Posted on July 17, 2017 at 00:57in CubeMx 4.21.0 setting the 'Ethernet configuration registers' addresses...What is the correct configuration for the STM32F76x for the LAN8710a ?
Posted on November 07, 2017 at 15:58HelloI have a problem with the Timer2 on STM32F767.I use the Timer2 as simple timer in Countermode Down. With this timer I want to realize a countdown to start another process once after the underflow interrupt ha...
Posted on November 08, 2017 at 09:15On STM32F777 I have configured TIM2 as encoder counter with a period of 8192 (i.e. the CNT will wrap at 8192, see ARR register).Everything works as expected until I reset the CNT by setting TIM2->CNT=0. In this c...
Posted on November 03, 2017 at 22:27Hi ST,I have just downloaded 'STM32Cube_FW_F4_V1.17.0' and found it has 'libarm_cortexM7l_math.a' in CMSIS folder.There is no cortexM4 file so I am confused if M7 library is compatible with M4.I think this is a mi...
Posted on November 08, 2017 at 05:58Hello,I have a hardware using STM32F303RCT6 and Can Transceivers TI SN65HVD232. I want send data from Canbus to Terminal using USART1 and blink LED at GPIOC_PIN_9. I just used ARM, and i used to STM32cubeMX to con...