STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDADC in STM32F373vct6

hello everybody, I'm a 4th years student and now I'm interesting in stm32. I've started a small project which use SDADC of STM32f373vct6. I've read the referrent manual and configure it as described. But I cant get any result to send through USART1. ...

HardFault Exception

Can someone translate this, and dumb it down for me a little please?I am just trying to get my very basic, very simple SPI slave to receive a bunch of bytes from a PC application using interrupts.After receiving the first byte the code goes into the ...

za kia by Associate II
  • 3074 Views
  • 3 replies
  • 0 kudos

QSPI Chips

Posted on April 10, 2018 at 05:58Hi,Now I am using STM32F769NI Discovery Board. The board uses MX25L51245GZ2I-10G chip and I can't buy this chip for prototyping.Please advise me a direct replacement chip so that I don't need to change the code.Thank...

STATE SPI READY - HAL Driver

Hello,I am working on a code that uses the HAL library for SPI communication. But I have a problem with SPI's state-checking routine.void libera_escrita(void){ SPI_TxBuffer[0] = 6; HAL_GPIO_WritePin(GPIOC, CS_Pin, GPIO_PIN_RESET); while (HAL_SPI_GetS...

Using LL drivers with Keil

I have used Keil for some time, and recently managed to use the LL drivers (much like the old SPL). Recent installation of Keil DID NOT SHOW the STCubeMX options in the RTE configuration window, and I don't know how to get them back.Can anyone help?

Unexpected data whith QSPI on STM32L431

Hi,I am experiencing some strange behavior when using the QSPI module to communicate with an Adesto Flash chip. I am using the newest version of the ST HAL driver library.During the Dummy Cycles Phase, the SI pin is transmitting data. This is data is...

0690X000006BujMQAS.png
A.R.C by Associate II
  • 495 Views
  • 2 replies
  • 1 kudos

Emulating EEPROM when WWDG is running

I am trying to use FLASH to emulate EEPROM on stm32F767 based on AN3969. My FLASH is organised as a single bank, so executing from FLASH I would expect execution to stall while writing / erasing. The longest stall is when erasing a sector, which migh...

Danish1 by Lead III
  • 592 Views
  • 2 replies
  • 0 kudos

Can STM32F103c8T6 transfer data from memory to GPIO

I am trying to port the octoWS2811 for STM32F103c8T6.This guy hubmartin has already done the heavy lifting and created a library using STM32 HAL. But the problem is that i am unable to get it to work. I am using Eclipse IDE.This is his website where ...

0690X000006BuxgQAC.png
RJaco by Associate
  • 497 Views
  • 2 replies
  • 0 kudos