STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Software Interrupt Example

Posted on May 17, 2017 at 12:50HI, not much experice with Cortex Devices,Is there any Software Interrupt Example, for M0/M0+ devices.I am using STM32 Cube's HAL structure, with a F091 Nucleo board.Just found a void SVC_Handler(void) in the stm32f0xx...

Zt Liu by Senior III
  • 857 Views
  • 2 replies
  • 1 kudos

GPS receiver for P-NUCLEO-LRWAN1

Posted on May 17, 2017 at 18:38Hello,I am working with the board P-NUCLEO-LRWAN1 (https://community.st.com/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fen%2Fevaluation-tools%2Fp-nucleo-lrwan1.html) for a project. I want to add a GPS receiver to ...

multi-Slave SPI using STM32F7's?

Posted on May 16, 2017 at 23:35To run multiple STM32F7's as SPI Slaves I enable/disable their active control of MISO using:/* Enable MISO to be actively driven (i.e., controlled by the SPI2 module). */GPIO_InitStruct.Pin = SMCU_SPI2_MISO_Pin; GPIO_I...

0690X0000060710QAA.png

SPI and ST7565

Posted on May 13, 2017 at 08:58Hi to all,I'm new to stm32. I start working with 'NUCLEO-F030R8' and i wish to control a display 128x64 monocromatic via SPI.To do thisI started using STM32CubeMX to configure GPIO and SPI, but SPI doesn't works.Someon...

sav gas by Associate II
  • 1212 Views
  • 6 replies
  • 0 kudos

Problem with toggling the FSMC control pins

Posted on May 18, 2017 at 11:35I need to transfer the data between STM32F407VG using FSMC alternate Function mode and Blackfin ADSP592 processor using  PPI ports in loopback mode.The connection between STM32F407 and ADSPBF592 is given belowNWAIT(GPI...