Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! BlueNRG-LP maximum advertisement delay.

Hello,When I try to set advertisement delay more than 10000ms, the function aci_gap_set_advertising_configuration return an error 0x82 (BLE_STATUS_INVALID_PARAMS). According to the function declaration, it must be ok:/* .... * @param Primary_Advertis...

jbie by Associate II
  • 1004 Views
  • 6 replies
  • 0 kudos

ST60A2G0 availability

Hi all,I would like to use the ST60A2G0 chipset for a design. According to the ST website, the chip has been available for quite a while. However, I couldn't find any distributor who actually sells the chip. I found a connectivity module on amazon (l...

fmm by Associate
  • 262 Views
  • 1 replies
  • 0 kudos

ST7580 Powerline Communications stack

I'm using STM32F401 with ST7580 with Nucleo-plm01a1 in Powerline Communications.Are present PHY and DATA layers, but not upper stack layers.Someone knows if there is a stack's higher levels for this hardware?Thanks in advance.

marco2 by Associate III
  • 426 Views
  • 2 replies
  • 0 kudos

Multiple CAN frames

Hi,I am working on a CAN Bus project with TCAN1051 and STM32G0. In this project i have to send approx. 175 bytes of data though CAN. It will take around 22 frames to send this data. And i can't figure out how to send all the frames. If i send all of ...