STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can I create filesystem on flash memory(external),?

Hello I am using STM32F779BI controller for use of externl flash memoryI want to communication(read,write) with flash memoryso I want to ask Is it possible to create filesystem on flash memory like we create on sd card ?so i could easily communi...

STM32H747XI Eval board: trying to blink LEDs by different cores, with Keil + CubeMX: should I do MX_GPIO_Init() by both cores or just one?

For now, both cores start simultaneously, then CM4 stops, CM7 wakes it up. Both main() functions have similar code but for different LEDs:CM4: MX_GPIO_Init();   while (1)   {   HAL_GPIO_TogglePin(myPK3_GPIO_Port,myPK3_Pin); //Toggle LED   HAL_D...

Kman by Associate
  • 282 Views
  • 0 replies
  • 0 kudos

STM32VL-DISCOVERY

The STM32VL-DISCOVERY is seen by the computer as a disc and not as a serial port.I use win7. How to solve the problem?

0690X00000As0loQAB.jpg

How to program and debug STM32H745 DUAL CORE ?

Hi,I want to program and debug both the M7 and M4 cores in STM32H745 dual core device . While genrating code for the above micro controller, I am getting an error for having both the Start Up files in code so , How to program and debug both the proc...

srikanth by Associate III
  • 1529 Views
  • 5 replies
  • 0 kudos

STM32F7 DAC channel 1 with DMA not working

Hello,I am generating a waveform by using the DAC, channel 1 in circular mode. Timer 7 is ​configured as trigger out even in DAC out1 settings.When I generate values manually (without the DMA) everything works as expected but if I use the DMA the out...

iolink support for STM32L452

Dear All,We have our custom board in which we used STM32L452 chip. Now we want to access this board as iolink device.we have one reference code of "STM32L073RZ-Nucleo", so can anyone help us to port example code for our board means STM32L452 chip?Tha...

How much of a frequency drift of the driving clock from the grandmaster source clock will cause the "Incorrect flexible PPS output interval under specific conditions " errata to occur?

Our desire is to use the flexible PPS with fine correction for synchronization purposes. We are wondering if it might be possible to avoid the incorrect flexible PPS output interval with a quality grandmaster. Is it possible to get a clarification of...