Search Results
Search results 1-2 of 2.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi Nino thanks for your answer. I am using the SES Release 3.34a , with the V15 SDK nordic for nrf52832 module. So far it worked perfectly for each ses projects independantly. but merging makes me realize that i have troubles of understanding the SES in fact Sure, i contacted Nordic as you suggested. Is there a detailed documentation of the SES IDE? Thanks for your help and for the Winmerge information. i will check that out. Best regards Philippe
-
Hello I tried independantly the two examples from the sdk: ble_uart_app and pwm_driver .. both are compiling fine using the Nordic's SES solution. I found easier to merge pwm_driver into ble_uart. I ran into compiling problems because i am not sure i understood the basics of SES (even though i read the documentation) The first steps i did are: 1/ add the extra include declaration into the main.c file 2/ add existing c files into the drivers folder of the ble_uart solution (i dont know why on the…