Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 - HAL_I2C_STATE_BUSY_RX issue

I'm having trouble with i2c communication. In my i2c bus, i have 4 boards (STM32L4 Sensortiles) and sometimes one of them blocks the bus and the others stop communicating consequently. When I reset that one that blocks the bus, all boards starting wo...

0693W000003OstZQAS.png

Can I use STLINK-V3 SWD for BlueNRG debug?

Hi, I'm trying to use STLINK-V3 MB1440B for BlueNRG2 debug. I'm connecting the SWD connector on STLINK to JTAG connector on BlueNRG development board. The BlueNRG-1_2 flasher shows "Waiting device to read ->" and stucks there when I tried to read the...

plumyay by Associate
  • 324 Views
  • 0 replies
  • 0 kudos

BLUENRG-M2SA

BLUENRG-M2SA is my processor.  I am starting a gpio toggle to test it out.  It compiles normally in Keil and Atollic.  It only appears to use Keil program even when attolic is the programmer.  The device will enter debug mode in Attollic how ever it ...

BLUENRG how to enable notification?

i am able to read characteristic by using ACI_GATT_READ_CHARACTERISTIC_VAL, and update characteristic by using aci_gatt_update_char_value_ext(), the returned value is correct. howevever, the client's aci_gatt_notification_event() was not triggered.

ann by Associate II
  • 339 Views
  • 0 replies
  • 0 kudos

Ethernet Pin Mismatch Issue (STM32F779BI)

I am working on Ethernet (Part No : STM32F779BI )I am able to display webpage using ethernet with follwing pin mapping    PE2   ------> ETH_TXD3  PG14   ------> ETH_TXD1  PG13   ------> ETH_TXD0  PG11   ------> ETH_TX_EN  PH3   ------> ETH_COL  PH2  ...