STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How Indication works

Issue: How to send indicationhow can get confirmationHow to disable indication from server to clientHow to know client all data received from serverMy Code is:       bool isIndicationEnable;       if (attribute_modified->Attr_Data[0] & COMSVC_Indicat...

Debug

Hello STM community, I'm using a STM32 L476RGB NUCLEO with a XNucleo 53l0a1 I want to make the process of calibration but I have a problem when I compile my main program i get this error showing anyone know what i should do? you can see the screenTha...

MSAMB.1 by Associate III
  • 313 Views
  • 1 replies
  • 0 kudos

Resolved! Probleme on getting clock signal on SPI slave device,

Hi ,i have a problem with SPI slave device, it doesn't receive the clock signal from stm32f103 (Master), i have configured the baud rate correctly : 72Mhz/32 (SPI1), which is inside the range clock freq of slave device, CS pin is active low so when i...

0693W000003BDzzQAG.png 0693W000003BDzpQAG.png 0693W000003BDzfQAG.png
SIDRI.1 by Associate III
  • 438 Views
  • 1 replies
  • 0 kudos

EEPROM Write Issue using SPI (STM32F779BI)

Hello ,I am working on project in which I have to write data to EEPROM using SPI.I am able to write data to eeprom successfully when I disable CPU I-Cache and D-Cache otherwise it failed.so is it necessary to disable both cache while using EEPROM or ...