Resolved! [OTG on 'L476] What is OTG_FS_NOE?
Posted on October 06, 2017 at 10:56I can't find any indication in DS/RM, what OTG_FS_NOE pin might be good for.Please, explain.Jan Waclawek
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 06, 2017 at 10:56I can't find any indication in DS/RM, what OTG_FS_NOE pin might be good for.Please, explain.Jan Waclawek
Posted on June 22, 2017 at 07:46Hi,I am using TI's http://www.ti.com/product/TDC7200 with STM32F407. The interface is SPI. I am able to read and write into the http://www.ti.com/product/TDC7200 registers (CONFIG1 and CONFIG2) over SPI without any pr...
Hello,In stm32cubemx generated code there is the following routine.void HAL_MspInit(void) { /* USER CODE BEGIN MspInit 0 */ /* USER CODE END MspInit 0 */ __HAL_RCC_SYSCFG_CLK_ENABLE(); HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_4);...
Hi Guys!I am using "STM32F407G DISC1 Discovery Kit" and I want to read data from an external ADC (via SPI) and store it in a micro SD card (via SDIO). I'm going to order a micro SD slot (https://www.amazon.de/MYAMIA-Micro-SD-Kartenmodul-Reader-Interf...
Hi everyone!How can i use my MCU STM32F407IG like a PL2303 FTDI. Like basically how can i use my mcu as a usb to uart converter? I already worked with the usb device cdc example and i send data to uart tx everything is fine an working but somehow wha...
Hello, at this moment i'm investigating the possibilities of our current system and would like to know if the 2 Octo-spi peripherals can be used as legacy, normal SPI.
The code works if i enter in stop mode but not if i enter in under drive mode.I think i have to reinit something after stop mode but i dont find what.Here is the code :int main(void) { HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_ADC1...
Hi,I am working for an project with STM32L496 target board. When i tried building the project, i got the error saying,ERROR: L6406E : No Space in execution region with .ANY main.o(.bss).I am trying to use full SRAM memory present(320KB) for the globa...
hello! i am using stm32f429 mcu ,i want to add a sdram as the main RAM.My sdram detail informatin,512K Words x 16 Bits x 2 Banks.i donn't know how to connect the pin which connect to sdram and control the internal bank of sdram to the sdram.s...