Does STM32 have built-in EtherCAT slave controller?
Does STM32 have built-in EtherCAT slave controller?If it is built in, please tell me the model name。 STM32**If it is not built in "What EtherCAT slave controller do you recommend?
Does STM32 have built-in EtherCAT slave controller?If it is built in, please tell me the model name。 STM32**If it is not built in "What EtherCAT slave controller do you recommend?
Currently I am using ST33HTPH2X32AHE0 for my practice development/testingI was able to read VID_DID, grant access locality, read interface capability I saw it supports 32-byte maximum transfer and burstCount dynamic.In my current setting, because of ...
Apologies if this is the wrong 'Topic' for this chip.I'd like to find source code and other details on using this part for RSA signing, also I'd like to know how to use the on-board NV memory.The data sheet does not seem to have sufficient informatio...
I am looking for a full datasheet for ST microcontroller 324BAAP 269-546 9911L V5 MYS 145. Do you know if I can find anywhere or is any way to ask ST to provide this? Thanks in advance for any help.Zygi
I want to utilize the very low power supply current of typical 1.5 mA to make a galvanic separated RS-232 interface, which is driven by RTS and DTR (trough two diodes) on the RS-232 side. The plan is to connect the cathodes of the two diodes to V+ an...
I want to use a blueNRG to avoid the cost of bluetooth SIG registration, because I would be able to cover the cost with my product. In addition I want to use similar to nordic semiconductor a uart ble emulation as service (https://infocenter.nordic...
I used BCN002V1D development board.When I used the BLE Chat Demo project, I added Characteristic to the original service.There should have been no problem, but when it was run, it got an error code 0x47.The requested operation violates The logic of T...
any switcher IC like u3843 that can take I/P 40 to 60v dc and we want to convert this volt to 5v dcwe have tried these circuits have a look at this drive link https://drive.google.com/open?id=1MhtkH4kwJYyro00IqTu6guRDOnfzlo0-&authuser=narendra%40sixs...
Hello,is the drivers to configure BLUENRG-2 and BLUENRG-2N are the same ?can i use the same driver from x-cube-ble2 to make an application with BLUENRG-2N ?Thank you.
Can you increase/allocate more memory to a service? How do i do this?The first 3 services I add have no issues. When I add the fourth service I have a ret of 0x1f(out of memory).ret = add_live_group_service(); ret = add_config_calib_service(); ret = ...