2

Hi has anione worked with MQX ?

I do not know how to set BSP_ENET_DEVICE_COUNT in order to test the enet demo ...

artless noise
  • 21,212
  • 6
  • 68
  • 105
cataHHH
  • 223
  • 1
  • 4
  • 14

2 Answers2

3

you should look in the user_config.h and the board specific header file (e.g. TWRK60512.h for the k60 tower) for such settings. These can be found in the bsp library source.

Hope that helps!

jon
  • 46
  • 2
1

Normally this is set on {MQX_ROOT_DIR}\mqx\source\bsp\"your_bsp_name"\"your_bsp_name".h but you can set it on user_config.h too.

Heeryu
  • 852
  • 10
  • 25