STM board equivalent of Launchxl2570lc43
I want to know the stm mcu equivalent of TI Launchpad (Launchxl2-570lc43). I am looking to shift from the TI launchpad to STM boardsKindly help:):folded_hands:
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to know the stm mcu equivalent of TI Launchpad (Launchxl2-570lc43). I am looking to shift from the TI launchpad to STM boardsKindly help:):folded_hands:
Based on the link below, Azure RTOS will be free for some STM32 Microcontrollers. What microcontrollers would be?https://azure.microsoft.com/en-us/pricing/details/rtos/
Hello, I have a question about SPI Bidirectional Mode of STM32F767.(using HAL Driver / DMA / act as SPI Master)also, SPI Slave Device is TI LM74 temperature sensor.(https://www.ti.com/product/LM74)SPI Initialize Parameters are below.hspi4.Instance ...
Hi,I am trying to save some device specific configuration in one of the page of flash memory but it gives HAL_FLASH_ERROR_PGA error.I have tried running Cube repository example code but found same problem.If I skip (just for test) erase page then it...
Hi. Here is my code: MODIFY_REG(RCC->D3CCIPR, RCC_D3CCIPR_ADCSEL, 0 << RCC_D3CCIPR_ADCSEL_Pos); RCC->AHB1ENR |= RCC_AHB1ENR_ADC12EN; DMAMUX1_Channel0->CCR = (9 << DMAMUX_CxCR_DMAREQ_ID_Pos); // подключение через MUXDMA DMA1_�?трим_0 к ADC1 DMA1...
Hi. I try to use an external IDE, code::blocks in this case, but have some issues attaching to target. First, i took the gnutools and ST Link GDB server from CubeIDE 1.5.0 etc. (Since i know some needs to ask why I wont't use CubeIDE, the answser i s...
Which suffixes can share the same elf file or bootloaded app binary?- Likely Temperature range has no effect on firmware load?- Will changing only the package type affect firmware load? (LQFP, BGA, CSP ...)- Will changing only the number of pins affe...
Hello,I am using an STM32F4.I need my mcu to go to sleep (preferably a stop) and i want it to be able to wake up because of a pin or a set timer.My problem is that i am not able to know how much time has elapsed when i wake up because of a pin.Does a...
I am trying to communicate with the QSPI memory on the discovery board STM32F746G-DISCO. I was able to properly read the memory ID (through instruction 0x9E) once. After that any read attempt on the flash memory returned 0xFF, I've tried reading the ...