Stop mode power draw increases after configuring ADC
Posted on January 23, 2017 at 18:59 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 23, 2017 at 18:59 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 27, 2017 at 09:22Dear all.I measured ACD input increasing the voltage by 10mVdc. but, there are non-nonlinear points.As the datasheet, ED and EL are +-1.5LSB and +_2LSB. It seems that my measurement result is bigger than them.Coul...
Posted on November 28, 2017 at 11:25Hi All,Based on STM32F072, how can I generate high-frequency PWM(41.6KHz) by software GPIO mode?And moreover for read, how to do PWM input by software? is it possible to capture such high-frequency PWM input?Thank...
Posted on November 28, 2017 at 11:46Hi all,I'm using the STM32L431RB device and wanna implement UART communication with DMA and IDLE line interrupt functionality. In principle everything is working with one exception:After enabling USART the IDLE fl...
Posted on November 28, 2017 at 01:49Hi,Now we need to develop the STM32F103 FW, I want to if ST provide any free IDE for FW development? Best Regards,Kent
Posted on November 28, 2017 at 11:23The following 3 line are at the end of my map file produced by IAR.Does anyone know what the '(+ 976 absolute) ' part means? 15 550 bytes of readonly code memory 1 088 bytes of readonly data memory 3 020 by...
Posted on November 28, 2017 at 10:53Hello Community,as written in my last post https://community.st.com/message/175475-nucleo-h743zi-problems-setting-usb-fs-device-into-operation i try to set VCP into Operationon a Nucleo-H743ZI. Now i'm on the stag...
Posted on November 28, 2017 at 10:04I can't find Vector table modifying option with CubeMX.how should I do?0x8000000 basically Bootloader area0x8000400 Application area.I already know IAR setting. but I don't know how to generate code with CUBE MX.
Posted on November 27, 2017 at 17:17I am using two STM32 L432KC board to test I2C function (one for master and another one for slave) running the sample code from 'I2C_TwoBoards_AdvComIT'. Seems like I never get the event interrupt and never reach ...
Posted on November 21, 2017 at 07:12Hi,my STM32F302R8 Device with 64KByte FLASH, 16KByte RAM.I configured Min_Heap_Size and Min_Stack_Size in file 'stm32_flash.ld' as below._Min_Heap_Size = 0x400;_Min_Stack_Size = 0x1000;While build the project code...