Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI communication using own driver for blocking call: Transmit/receive works fine, but I cannot get the data into the RxData array for later use.

Master: STM32L476RG on Nucleo boardSlave: M95M01-A125, 1 Mbit serial SPI bus EEPROMI set up a SPI driver to study details how registers work and the data is out and in transmitted. The data flow works fine looking at the logic analyzer window. In thi...

Plot a buffer for signal processing

Hello, I'm doing a project for speech recognition. I have a buffer of 512 values and I want to test every state of the ASR I'm implementing. I am using Keil ARM as IDE and I have tried to use ​the logic analyzer to plot my buffer but I can only plot ...

PTsou.1 by Associate
  • 634 Views
  • 2 replies
  • 0 kudos

printf() in IAR 9.20.2 doesn't work

I have been using prinf() function in IAR 9.10.1 without any issue.  Recently I upgraded to IAR 9.20.2 but the printf() didn't work any more.I also contacted IAR and they said fputc() based printf is not supported by IAR 9.20 any more and recommended...

0693W00000KZjbbQAD.png 0693W00000KZjbgQAD.png 0693W00000KZjbqQAD.png
CKang.3 by Associate
  • 2012 Views
  • 1 replies
  • 0 kudos

I am using STM32 Matlab target. In the demo of PIL after completing all the processes and generating code. When I return to Simulink and click continue I got the following error.

The timeout of 5 seconds for receiving data from the rtiostream interface has been exceeded. There might be multiple reasons for this failure.You should: (a) Check that the target hardware configuration is correct, for example, check that the byte or...

UKshi.1 by Associate
  • 527 Views
  • 0 replies
  • 1 kudos

DATA EEPROM on B-L072Z-LWAN

Hello,I am developing a project based on B-L072Z-LWAN with STM32CubeIDE 1.6.1, I need to write data to DATA EEPROM. I use herring functions://Byte writevoid EEPROM_WRITE(uint16_t BiasAddress, uint8_t *Data, uint16_t len){ uint16_t i; HAL_StatusTypeDe...

SStan by Associate
  • 398 Views
  • 0 replies
  • 0 kudos

Flash Erase Problem After Reset

I've flash erase problem after reset.My source code routine like this:1) Boot code start at address 0x08000000 2) Than read eeprom value if eeprom value is User value3) And jump user application. ( To 0x080A0000)4) After the successfuly jumping, I ge...

DCtech by Associate II
  • 1369 Views
  • 5 replies
  • 0 kudos