['F446 documentation] SAI/SPDIF-Tx bit clock formula missing
Posted on January 16, 2018 at 12:02
Posted on January 16, 2018 at 12:02
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...
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...
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 ...
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.
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...
Posted on February 11, 2018 at 13:48Hy guys,I'm trying to configure and use simulink to generate code for nucleo-f303re and i've found a problem during project generation.If i use cubeMX to generate project all works fine (truestudio build all corre...
Posted on March 01, 2018 at 15:13migrate Compiler 5 -> Compiler 6 in KEIL MDK. https://www.youtube.com/watch?v=rt6tD0ffYIk&index=2&list=PLgfqWPj3VNU-5luCbv1Y-gutHx7aNXb9p&t=0sI am using STM32F1 DFP, I install the latest one. It seems don't work with...
Posted on March 01, 2018 at 14:34 If the check box 'floating point number' is unchecked in 'Model Configuration Parameters': the following codeto configure the system timer is still generated: /* USER CODE BEGIN 2 */ /* Systick configu...
Posted on March 04, 2018 at 09:21hiI have this project that there is a gate that allots of the car go through it one at the time. I need RFID Chip that can detect passive tag with a range of 10 meters or longer for detecting those car passive tag an...