STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

About STM32F4-Discovery USB Mass Storge

Posted on March 06, 2018 at 02:22Hi All    I test the USB Mass Storage in my STM32F4-Discovery when I plug to my PC through MircoUSB connector(CN5). My PC tell me ''USB Mass Storage Device Driver Error'', I don't know what's wrong?  Have any referen...

0690X00000609tKQAQ.png 0690X00000609HsQAI.png 0690X00000609wSQAQ.png 0690X00000609tfQAA.png

STM32 CUBEMX SYS Debug Settings

Posted on March 04, 2018 at 07:11 Here is the SYS debug settings Here is what CubeMX did. My questions is: I use Serial Wire and Trace Synchro Sw (4 bits) most. Here is the SYS debug settings Here is what CubeMX did. My questions is: Here ...

0690X00000609uHQAQ.png 0690X00000609oyQAA.png 0690X00000609ozQAA.png

SD card using SPI initialization stm32f303 issue

Posted on November 30, 2016 at 16:21 Hello, I am sending the correct command and I can see it on the scope.However, I don't get 0x01 response(I keep getting 0xff) from SDcard(SDHC)(SanDisk Ultra 40MB/s ...16GB) I am using the following code:uint8_t...

alkuor by Associate II
  • 1040 Views
  • 2 replies
  • 0 kudos

How to interpolate and compare 2 sine waves

Posted on February 28, 2018 at 22:23 Hi everyone, With my STM32F103C8T6 I would like to receive the 2 signals I1 and I2 from the picture below in order to convert to https://community.st.com/tags#/?tags=square%20signal. All the square part is...

0690X00000609qZQAQ.png
paul sauv by Associate III
  • 4745 Views
  • 19 replies
  • 0 kudos

Resolved! STM32L496ZG Nucleo-144 CAN initialization

Posted on March 05, 2018 at 15:19 I have Nucleo-144 Board with a STM32L496ZG and use it for evaluation if the MCU will work for us. But I´m stuck with the CAN initialization. I have the following init code: // CAN clock LL_APB1_GRP1_EnableC...

STM32F76 datasheet and maximum voltage during programming

Posted on February 28, 2018 at 12:16Hello,ds11532 rev 6 on page 153 in table 57 talks about a maximum supply voltage of 3.0 volt with 32-bit flash program operation. This number seems inconsistant with a maximum voltage of 3.6 for 8 and 16 bit flash...

Resolved! ADC_EOC_SINGLE_SEQ_CONV STM32H7 error compilation

Posted on December 01, 2017 at 16:23Dear all,I used STM32H743 cibleIn the CubeMx, In ADC1 Configuration, i choose End of single or sequence conversion for 'End of conversion selection'Then when i generate my projet and i try to compile, i have error...

aneveux by Associate II
  • 517 Views
  • 2 replies
  • 0 kudos

Resolved! STM32l4 FW 1.10 ADC Rank assert

Posted on November 15, 2017 at 10:57 Hi, I have ADC set like so (Code generated by CubeMX): sConfig.Channel = ADC_CHANNEL_1; sConfig.Rank = 1; sConfig.SamplingTime = ADC_SAMPLETIME_2CYCLES_5; sConfig.SingleDiff = ADC_SINGLE_ENDED; sCon...