SVD File for STM32L4x1 is missing ADC2 & ADC3.
Posted on June 06, 2018 at 13:24I'm using STM32L4x1.svd V1.6 and it don't contain information of ADC2 & ADC3 registers, please update.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 06, 2018 at 13:24I'm using STM32L4x1.svd V1.6 and it don't contain information of ADC2 & ADC3 registers, please update.
Posted on June 06, 2018 at 12:18 I have written some simple code (with the help of STM32CubeMx) for STM32F407VGTx to create a file in SDcard. Although it works perfectly with 407, it is not working with STM32F401ReTx. To be clear, I have generate...
Posted on June 01, 2018 at 10:47Hello!Is it possible to use the ADC in DMA mode without enabling the interrupt? I really do not need the interrupt because it will block the rest of my programm, which is very important to not be blocked. The ADC runs...
Posted on June 06, 2018 at 08:09Hello,i have a aplication where a SPI master from the stm32 chip is connected to 30 pieces of mux chips.Each of the 30 spi channels has a enable signal connected to diferent gpio ports on the mcu side.The enable signa...
Posted on May 19, 2017 at 07:30I want to protect ST32F030 code RDP_Level_1. I use stadrard perihperial library and call protect function when program starts:void ProtectMcu (void){ if(FLASH_OB_GetRDP()==SET) return; FLASH_OB_Unlock(); FLASH...
Posted on June 05, 2018 at 16:44i would implement PID controller in my card nucleo stm32f446re.
Posted on May 30, 2018 at 05:26I'm developing USB MSC features with chip STM32F779 using SD Card .Now I can read/write/format data in SDcard. But there is 1 issue is I can not do Safe Eject the USB from Window. Window said that the device is “safe t...
Posted on June 05, 2018 at 16:22Hello,we are trying to decode a jpeg on the STM32F769I-DISCO and display it on the LCD while decoding. For that we modified the JPEG example JPEG_DecodingUsingFs_DMA a little bit. Here is the important part of code:un...
Posted on June 06, 2018 at 10:48Hello, I made a model NUCLEO-L053R8 card containing modules X-NUCLEO-IKS01A1 and X-NUCLEO-IDS01A4. Now,I want to switch my program used for the NUCLEO card to another project, that of my prototype which containing a S...
..