STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 671 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
  • 3418 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...

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
  • 357 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...

JTAG and Flash memory resistor calculations

Posted on March 05, 2018 at 11:54JTAG and Flash memory resistor calculationsIn one of the schematics. there is an 22.1 ohm series resistor between Micro controller and the Flash RAM.Now if we go for the Stress analysis of that resistors it is going ...

deep ch by Associate II
  • 587 Views
  • 2 replies
  • 0 kudos

It's a bug of cubeMX4.24?

Posted on March 05, 2018 at 13:33Using cubeMX2.24 configure CAN, and generate a project. After that, clicking on CAN1 no longer pops up the dialog box to set the parameters. Turn off cubeMX, ioc project can no longer be opened.

0690X00000609voQAA.png
one V by Associate III
  • 279 Views
  • 1 replies
  • 0 kudos

STM32L475 One Pulse with timer

Posted on March 05, 2018 at 13:31 Hi, i want to send only 1 Pulse and i thought to use a timer. I use the Board B-L475 iot and i want to generate the pulse on TIM2_ch3 (PA2). I had build the HAL with stm32cubemx. Before the while(1) b...